public final class UncompressedBitmap extends Object
Constructor and Description |
---|
UncompressedBitmap(DblArrayIntListHashMap distinctVals,
int numColumns) |
UncompressedBitmap(DoubleIntListHashMap distinctVals) |
Modifier and Type | Method and Description |
---|---|
int |
getNumColumns() |
int |
getNumOffsets() |
int |
getNumValues()
Obtain number of distinct values in the column.
|
int[] |
getOffsetsList(int ix)
Obtain array of offsets of the rows containing index value
|
double[] |
getValues(int ix)
Obtain tuple of column values associated with index.
|
public UncompressedBitmap(DblArrayIntListHashMap distinctVals, int numColumns)
public UncompressedBitmap(DoubleIntListHashMap distinctVals)
public int getNumColumns()
public double[] getValues(int ix)
ix
- index of a particular distinct valuepublic int getNumValues()
public int[] getOffsetsList(int ix)
ix
- index of a particular distinct valuepublic int getNumOffsets()
Copyright © 2017 The Apache Software Foundation. All rights reserved.