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() | 
| String | getGroupsSizesString() | 
| String | getGroupsTypesString() | 
| double | getRatio() | 
| String | toString() | 
Copyright © 2021 The Apache Software Foundation. All rights reserved.