public class CompressedSizeInfo extends Object
Constructor and Description |
---|
CompressedSizeInfo() |
CompressedSizeInfo(int estCard,
long rleSize,
long oleSize) |
Modifier and Type | Method and Description |
---|---|
int |
getEstCarinality() |
long |
getMinSize() |
long |
getOLESize() |
long |
getRLESize() |
void |
setEstCardinality(int estCard) |
void |
setOLESize(long oleSize) |
void |
setRLESize(long rleSize) |
public CompressedSizeInfo()
public CompressedSizeInfo(int estCard, long rleSize, long oleSize)
public void setRLESize(long rleSize)
public long getRLESize()
public void setOLESize(long oleSize)
public long getOLESize()
public long getMinSize()
public void setEstCardinality(int estCard)
public int getEstCarinality()
Copyright © 2017 The Apache Software Foundation. All rights reserved.