Interface ColGroupSizes
- 
 public interface ColGroupSizes
- 
- 
Field SummaryFields Modifier and Type Field Description static org.apache.commons.logging.LogLOG
 - 
Method SummaryStatic Methods Modifier and Type Method Description static longestimateInMemorySizeCONST(int nrColumns, boolean contiguousColumns, double tupleSparsity, boolean lossy)static longestimateInMemorySizeDDC(int nrCols, boolean contiguousColumns, int numTuples, int dataLength, double tupleSparsity, boolean lossy)static longestimateInMemorySizeEMPTY(int nrColumns, boolean contiguousColumns)static longestimateInMemorySizeGroup(int nrColumns, boolean contiguousColumns)static longestimateInMemorySizeGroupValue(int nrColumns, boolean contiguousColumns, int nrValues, double tupleSparsity, boolean lossy)static longestimateInMemorySizeLinearFunctional(int nrColumns, boolean contiguousColumns)static longestimateInMemorySizeOffset(int nrColumns, boolean contiguousColumns, int nrValues, int pointers, int offsetLength, double tupleSparsity, boolean lossy)static longestimateInMemorySizeOLE(int nrColumns, boolean contiguousColumns, int nrValues, int offsetLength, int nrRows, double tupleSparsity, boolean lossy)static longestimateInMemorySizeRLE(int nrColumns, boolean contiguousColumns, int nrValues, int nrRuns, int nrRows, double tupleSparsity, boolean lossy)static longestimateInMemorySizeSDC(int nrColumns, boolean contiguousColumns, int nrValues, int nrRows, int largestOff, double tupleSparsity, boolean largestOffZero, boolean lossy)static longestimateInMemorySizeUncompressed(int nrRows, boolean contiguousColumns, int nrColumns, double sparsity)
 
- 
- 
- 
Method Detail- 
estimateInMemorySizeGroupstatic long estimateInMemorySizeGroup(int nrColumns, boolean contiguousColumns)
 - 
estimateInMemorySizeGroupValuestatic long estimateInMemorySizeGroupValue(int nrColumns, boolean contiguousColumns, int nrValues, double tupleSparsity, boolean lossy)
 - 
estimateInMemorySizeDDCstatic long estimateInMemorySizeDDC(int nrCols, boolean contiguousColumns, int numTuples, int dataLength, double tupleSparsity, boolean lossy)
 - 
estimateInMemorySizeOffsetstatic long estimateInMemorySizeOffset(int nrColumns, boolean contiguousColumns, int nrValues, int pointers, int offsetLength, double tupleSparsity, boolean lossy)
 - 
estimateInMemorySizeOLEstatic long estimateInMemorySizeOLE(int nrColumns, boolean contiguousColumns, int nrValues, int offsetLength, int nrRows, double tupleSparsity, boolean lossy)
 - 
estimateInMemorySizeRLEstatic long estimateInMemorySizeRLE(int nrColumns, boolean contiguousColumns, int nrValues, int nrRuns, int nrRows, double tupleSparsity, boolean lossy)
 - 
estimateInMemorySizeSDCstatic long estimateInMemorySizeSDC(int nrColumns, boolean contiguousColumns, int nrValues, int nrRows, int largestOff, double tupleSparsity, boolean largestOffZero, boolean lossy)
 - 
estimateInMemorySizeCONSTstatic long estimateInMemorySizeCONST(int nrColumns, boolean contiguousColumns, double tupleSparsity, boolean lossy)
 - 
estimateInMemorySizeEMPTYstatic long estimateInMemorySizeEMPTY(int nrColumns, boolean contiguousColumns)
 - 
estimateInMemorySizeUncompressedstatic long estimateInMemorySizeUncompressed(int nrRows, boolean contiguousColumns, int nrColumns, double sparsity)
 - 
estimateInMemorySizeLinearFunctionalstatic long estimateInMemorySizeLinearFunctional(int nrColumns, boolean contiguousColumns)
 
- 
 
-