| Package | Description | 
|---|---|
| org.apache.sysds.runtime.compress.colgroup | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ColGroupConst | 
| class  | ColGroupDDCClass to encapsulate information about a column group that is encoded with dense dictionary encoding (DDC). | 
| class  | ColGroupEmpty | 
| class  | ColGroupOffsetBase class for column groups encoded with various types of bitmap encoding. | 
| class  | ColGroupOLEClass to encapsulate information about a column group that is encoded with simple lists of offsets for each set of
 distinct values. | 
| class  | ColGroupRLEA group of columns compressed with a single run-length encoded bitmap. | 
| class  | ColGroupSDCColumn group that sparsely encodes the dictionary values. | 
| class  | ColGroupSDCSingleColumn group that sparsely encodes the dictionary values. | 
| class  | ColGroupSDCSingleZerosColumn group that sparsely encodes the dictionary values. | 
| class  | ColGroupSDCZerosColumn group that sparsely encodes the dictionary values. | 
| class  | ColGroupValueBase class for column groups encoded with value dictionary. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | ColGroupRLE. sameIndexStructure(ColGroupCompressed that) | 
| boolean | ColGroupSDCZeros. sameIndexStructure(ColGroupCompressed that) | 
| boolean | ColGroupDDC. sameIndexStructure(ColGroupCompressed that) | 
| boolean | ColGroupSDCSingle. sameIndexStructure(ColGroupCompressed that) | 
| boolean | ColGroupSDC. sameIndexStructure(ColGroupCompressed that) | 
| boolean | ColGroupSDCSingleZeros. sameIndexStructure(ColGroupCompressed that) | 
| boolean | ColGroupOLE. sameIndexStructure(ColGroupCompressed that) | 
Copyright © 2021 The Apache Software Foundation. All rights reserved.