public class CompressedSizeInfo extends Object
| Modifier and Type | Field and Description | 
|---|---|
| List<Integer> | colsC | 
| List<Integer> | colsUC | 
| HashMap<Integer,Double> | compRatios | 
| CompressedSizeInfoColGroup[] | compressionInfo | 
| int | nnzUC | 
| Constructor and Description | 
|---|
| CompressedSizeInfo(CompressedSizeInfoColGroup[] compressionInfo,
                  List<Integer> colsC,
                  List<Integer> colsUC,
                  HashMap<Integer,Double> compRatios,
                  int nnzUC) | 
| Modifier and Type | Method and Description | 
|---|---|
| CompressedSizeInfoColGroup | getGroupInfo(int index) | 
| long | memoryEstimate()Method for returning the calculated memory usage from this specific compression plan. | 
public CompressedSizeInfoColGroup[] compressionInfo
public int nnzUC
public CompressedSizeInfoColGroup getGroupInfo(int index)
public long memoryEstimate()
Copyright © 2020 The Apache Software Foundation. All rights reserved.