public class ColGroupSizes extends Object
Constructor and Description |
---|
ColGroupSizes() |
Modifier and Type | Method and Description |
---|---|
static long |
estimateInMemorySizeDDC(int nrCols,
int uniqueVals,
boolean lossy) |
static long |
estimateInMemorySizeDDC1(int nrCols,
int uniqueVals,
int dataLength,
boolean lossy) |
static long |
estimateInMemorySizeDDC2(int nrCols,
int uniqueVals,
int dataLength,
boolean lossy) |
static long |
estimateInMemorySizeGroup(int nrColumns) |
static long |
estimateInMemorySizeGroupValue(int nrColumns,
int nrValues,
boolean lossy) |
static long |
estimateInMemorySizeOffset(int nrColumns,
int nrValues,
int pointers,
int offsetLength,
boolean lossy) |
static long |
estimateInMemorySizeOLE(int nrColumns,
int nrValues,
int offsetLength,
int nrRows,
boolean lossy) |
static long |
estimateInMemorySizeRLE(int nrColumns,
int nrValues,
int nrRuns,
int nrRows,
boolean lossy) |
static long |
estimateInMemorySizeUncompressed(int nrRows,
int nrColumns,
double sparsity) |
public static long estimateInMemorySizeGroup(int nrColumns)
public static long estimateInMemorySizeGroupValue(int nrColumns, int nrValues, boolean lossy)
public static long estimateInMemorySizeDDC(int nrCols, int uniqueVals, boolean lossy)
public static long estimateInMemorySizeDDC1(int nrCols, int uniqueVals, int dataLength, boolean lossy)
public static long estimateInMemorySizeDDC2(int nrCols, int uniqueVals, int dataLength, boolean lossy)
public static long estimateInMemorySizeOffset(int nrColumns, int nrValues, int pointers, int offsetLength, boolean lossy)
public static long estimateInMemorySizeOLE(int nrColumns, int nrValues, int offsetLength, int nrRows, boolean lossy)
public static long estimateInMemorySizeRLE(int nrColumns, int nrValues, int nrRuns, int nrRows, boolean lossy)
public static long estimateInMemorySizeUncompressed(int nrRows, int nrColumns, double sparsity)
Copyright © 2020 The Apache Software Foundation. All rights reserved.