Uses of Interface
org.apache.sysds.runtime.compress.colgroup.IContainADictionary

Packages that use IContainADictionary
  • Uses of IContainADictionary in org.apache.sysds.runtime.compress.colgroup

    Modifier and Type
    Class
    Description
    class 
    Base class for column groups encoded with various types of bitmap encoding.
    class 
     
    class 
     
    class 
    Abstract class for column group types that do not perform matrix Multiplication, and decompression for performance reasons but instead transforms into another type of column group type to perform that operation.
    class 
    Abstract class for all the column groups that use preAggregation for Left matrix multiplications.
    class 
    Column group that sparsely encodes the dictionary values.
    class 
     
    class 
     
    class 
    Class to encapsulate information about a column group that is encoded with dense dictionary encoding (DDC).
    class 
    Class to encapsulate information about a column group that is encoded with dense dictionary encoding (DDC).
    class 
    Class to encapsulate information about a column group that is encoded with dense dictionary encoding (DDC) whose mapping vector is additionally lzw compressed.
    class 
    Class to encapsulate information about a column group that is first delta encoded then encoded with dense dictionary encoding (DeltaDDC).
    class 
     
    class 
    Class to encapsulate information about a column group that is encoded with simple lists of offsets for each set of distinct values.
    class 
    A group of columns compressed with a single run-length encoded bitmap.
    class 
    Column group that sparsely encodes the dictionary values.
    class 
    ColGroup for Patched Frame Of Reference.
    class 
    Column group that sparsely encodes the dictionary values.
    class 
    Column group that sparsely encodes the dictionary values.
    class 
    Column group that sparsely encodes the dictionary values.