Class Bitmap


  • public final class Bitmap
    extends ABitmap
    Uncompressed representation of one or more columns in bitmap format.
    • Method Detail

      • getValues

        public final double[] getValues()
        Get all values without unnecessary allocations and copies.
        Returns:
        Dictionary of distinct values
      • getNumNonZerosInOffset

        public final int getNumNonZerosInOffset​(int idx)
        Description copied from class: ABitmap
        Get the number of non zeros in a specific offset's tuple value.
        Specified by:
        getNumNonZerosInOffset in class ABitmap
        Parameters:
        idx - The offset index to look at.
        Returns:
        The nnz in the tuple.
      • getNumColumns

        public int getNumColumns()
        Description copied from class: ABitmap
        Get the number of columns encoded in this bitmap
        Specified by:
        getNumColumns in class ABitmap
        Returns:
        The column count