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, toStringpublic final double[] getValues()
public final int getNumNonZerosInOffset(int idx)
getNumNonZerosInOffset in class ABitmappublic final int getNumValues()
ABitmapgetNumValues in class ABitmappublic final void sortValuesByFrequency()
sortValuesByFrequency in class ABitmappublic int getNumColumns()
getNumColumns in class ABitmapCopyright © 2021 The Apache Software Foundation. All rights reserved.