| Modifier and Type | Class and Description | 
|---|---|
class  | 
Bitmap
Uncompressed representation of one or more columns in bitmap format. 
 | 
class  | 
MultiColBitmap
Uncompressed representation of one or more columns in bitmap format. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ABitmap | 
BitmapEncoder.extractBitmap(int[] colIndices,
             MatrixBlock rawBlock,
             boolean transposed,
             int estimatedNumberOfUniques)
Generate uncompressed bitmaps for a set of columns in an uncompressed matrix block. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static AColGroup | 
ColGroupFactory.compress(int[] colIndexes,
        int rlen,
        ABitmap ubm,
        AColGroup.CompressionType compType,
        CompressionSettings cs,
        MatrixBlock rawMatrixBlock,
        double tupleSparsity)
Method for compressing a column group. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ADictionary | 
DictionaryFactory.create(ABitmap ubm)  | 
static ADictionary | 
DictionaryFactory.create(ABitmap ubm,
      double sparsity)  | 
static ADictionary | 
DictionaryFactory.create(ABitmap ubm,
      double sparsity,
      boolean withZeroTuple)  | 
static ADictionary | 
DictionaryFactory.createWithAppendedZeroTuple(ABitmap ubm)  | 
static ADictionary | 
DictionaryFactory.createWithAppendedZeroTuple(ABitmap ubm,
                           double sparsity)  | 
static ADictionary | 
DictionaryFactory.moveFrequentToLastDictionaryEntry(ADictionary dict,
                                 ABitmap ubm,
                                 int nRow,
                                 int largestIndex)  | 
| Modifier and Type | Method and Description | 
|---|---|
static AMapToData | 
MapToFactory.create(int size,
      ABitmap ubm)  | 
| Modifier and Type | Method and Description | 
|---|---|
EstimationFactors | 
CompressedSizeEstimator.estimateCompressedColGroupSize(ABitmap ubm,
                              int[] colIndexes)
Method used to extract the CompressedSizeEstimationFactors from an constructed UncompressedBitmap. 
 | 
static EstimationFactors | 
CompressedSizeEstimator.estimateCompressedColGroupSize(ABitmap ubm,
                              int[] colIndexes,
                              int nrRows,
                              CompressionSettings cs)  | 
| Constructor and Description | 
|---|
CompressedSizeInfoColGroup(int[] columns,
                          EstimationFactors facts,
                          Set<AColGroup.CompressionType> validCompressionTypes,
                          ABitmap ubm,
                          int sampleSize)  | 
Copyright © 2021 The Apache Software Foundation. All rights reserved.