public class CompressedSizeInfo extends Object
| Modifier and Type | Field and Description | 
|---|---|
List<CompressedSizeInfoColGroup> | 
compressionInfo  | 
| Constructor and Description | 
|---|
CompressedSizeInfo(List<CompressedSizeInfoColGroup> compressionInfo)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getEstimatedDistinct()  | 
CompressedSizeInfoColGroup | 
getGroupInfo(int index)  | 
List<CompressedSizeInfoColGroup> | 
getInfo()  | 
String | 
getNrColumnsString()  | 
int | 
getNumberColGroups()  | 
void | 
joinEmpty(int nRows)  | 
long | 
memoryEstimate()
Method for returning the calculated memory usage from this specific compression plan. 
 | 
void | 
setInfo(List<CompressedSizeInfoColGroup> info)  | 
String | 
toString()  | 
public List<CompressedSizeInfoColGroup> compressionInfo
public CompressedSizeInfo(List<CompressedSizeInfoColGroup> compressionInfo)
public CompressedSizeInfoColGroup getGroupInfo(int index)
public List<CompressedSizeInfoColGroup> getInfo()
public void setInfo(List<CompressedSizeInfoColGroup> info)
public void joinEmpty(int nRows)
public long memoryEstimate()
public int getNumberColGroups()
public String getEstimatedDistinct()
public String getNrColumnsString()
Copyright © 2021 The Apache Software Foundation. All rights reserved.