public class CompressionStatistics extends Object
| Modifier and Type | Field and Description | 
|---|---|
long | 
compressedInitialSize  | 
long | 
denseSize  | 
long | 
estimatedSizeCoCoded  | 
long | 
estimatedSizeCols  | 
long | 
originalSize  | 
long | 
size  | 
| Constructor and Description | 
|---|
CompressionStatistics()  | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,int[]> | 
getColGroups()  | 
double | 
getDenseRatio()  | 
String | 
getGroupsSizesString()  | 
String | 
getGroupsTypesString()  | 
double | 
getRatio()  | 
String | 
toString()  | 
public long estimatedSizeCoCoded
public long estimatedSizeCols
public long compressedInitialSize
public long originalSize
public long denseSize
public long size
Copyright © 2021 The Apache Software Foundation. All rights reserved.