public final class Bitmap extends ABitmap
Modifier and Type | Method and Description |
---|---|
int |
getNumColumns() |
int |
getNumNonZerosInOffset(int idx) |
int |
getNumValues()
Obtain number of distinct value groups in the column.
|
double[] |
getValues()
Get all values without unnecessary allocations and copies.
|
void |
sortValuesByFrequency() |
containsZero, getNumOffsets, getNumOffsets, getNumZeros, getOffsetList, getOffsetsList, isEmpty, toString
public final double[] getValues()
public final int getNumNonZerosInOffset(int idx)
getNumNonZerosInOffset
in class ABitmap
public final int getNumValues()
ABitmap
getNumValues
in class ABitmap
public final void sortValuesByFrequency()
sortValuesByFrequency
in class ABitmap
public int getNumColumns()
getNumColumns
in class ABitmap
Copyright © 2021 The Apache Software Foundation. All rights reserved.