Uses of Class
org.apache.sysds.runtime.compress.colgroup.AColGroupCompressed
Packages that use AColGroupCompressed
Package
Description
-
Uses of AColGroupCompressed in org.apache.sysds.runtime.compress.colgroup
Subclasses of AColGroupCompressed in org.apache.sysds.runtime.compress.colgroupModifier and TypeClassDescriptionclassBase class for column groups encoded with various types of bitmap encoding.classclassclassAbstract 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.classAbstract class for all the column groups that use preAggregation for Left matrix multiplications.classColumn group that sparsely encodes the dictionary values.classclassclassClass to encapsulate information about a column group that is encoded with dense dictionary encoding (DDC).classClass to encapsulate information about a column group that is encoded with dense dictionary encoding (DDC).classClass to encapsulate information about a column group that is encoded with dense dictionary encoding (DDC) whose mapping vector is additionally lzw compressed.classClass to encapsulate information about a column group that is first delta encoded then encoded with dense dictionary encoding (DeltaDDC).classclassclassClass to encapsulate information about a column group that is encoded with simple lists of offsets for each set of distinct values.classA group of columns compressed with a single run-length encoded bitmap.classColumn group that sparsely encodes the dictionary values.classColGroup for Patched Frame Of Reference.classColumn group that sparsely encodes the dictionary values.classColumn group that sparsely encodes the dictionary values.classColumn group that sparsely encodes the dictionary values.Methods in org.apache.sysds.runtime.compress.colgroup that return AColGroupCompressedModifier and TypeMethodDescriptionColGroupDDC.combineWithSameIndex(int nRow, int nCol, List<AColGroup> right) ColGroupDDC.combineWithSameIndex(int nRow, int nCol, AColGroup right) ColGroupSDC.combineWithSameIndex(int nRow, int nCol, List<AColGroup> right) ColGroupSDC.combineWithSameIndex(int nRow, int nCol, AColGroup right) ColGroupSDCFOR.combineWithSameIndex(int nRow, int nCol, List<AColGroup> right) ColGroupSDCFOR.combineWithSameIndex(int nRow, int nCol, AColGroup right) ColGroupSDCSingle.combineWithSameIndex(int nRow, int nCol, List<AColGroup> right) ColGroupSDCSingle.combineWithSameIndex(int nRow, int nCol, AColGroup right) ColGroupSDCSingleZeros.combineWithSameIndex(int nRow, int nCol, List<AColGroup> right) ColGroupSDCSingleZeros.combineWithSameIndex(int nRow, int nCol, AColGroup right) ColGroupSDCZeros.combineWithSameIndex(int nRow, int nCol, List<AColGroup> right) ColGroupSDCZeros.combineWithSameIndex(int nRow, int nCol, AColGroup right) Methods in org.apache.sysds.runtime.compress.colgroup with parameters of type AColGroupCompressedModifier and TypeMethodDescriptionabstract booleanAColGroupCompressed.sameIndexStructure(AColGroupCompressed that) booleanColGroupConst.sameIndexStructure(AColGroupCompressed that) booleanColGroupDDC.sameIndexStructure(AColGroupCompressed that) booleanColGroupDDCFOR.sameIndexStructure(AColGroupCompressed that) booleanColGroupDDCLZW.sameIndexStructure(AColGroupCompressed that) booleanColGroupEmpty.sameIndexStructure(AColGroupCompressed that) booleanColGroupLinearFunctional.sameIndexStructure(AColGroupCompressed that) booleanColGroupOLE.sameIndexStructure(AColGroupCompressed that) booleanColGroupRLE.sameIndexStructure(AColGroupCompressed that) booleanColGroupSDC.sameIndexStructure(AColGroupCompressed that) booleanColGroupSDCFOR.sameIndexStructure(AColGroupCompressed that) booleanColGroupSDCSingle.sameIndexStructure(AColGroupCompressed that) booleanColGroupSDCSingleZeros.sameIndexStructure(AColGroupCompressed that) booleanColGroupSDCZeros.sameIndexStructure(AColGroupCompressed that) -
Uses of AColGroupCompressed in org.apache.sysds.runtime.compress.colgroup.dictionary
Methods in org.apache.sysds.runtime.compress.colgroup.dictionary with parameters of type AColGroupCompressedModifier and TypeMethodDescriptionstatic IDictionaryDictionaryFactory.combineDictionaries(AColGroupCompressed a, AColGroupCompressed b) static IDictionaryDictionaryFactory.combineDictionaries(AColGroupCompressed a, AColGroupCompressed b, HashMapLongInt filter) static IDictionaryDictionaryFactory.combineDictionariesSparse(AColGroupCompressed a, AColGroupCompressed b) Combine the dictionaries assuming a sparse combination where each dictionary can be a SDC containing a default element that have to be introduced into the combined dictionary.static IDictionaryDictionaryFactory.combineDictionariesSparse(AColGroupCompressed a, AColGroupCompressed b, HashMapLongInt filter) Combine the dictionaries assuming a sparse combination where each dictionary can be a SDC containing a default element that have to be introduced into the combined dictionary. -
Uses of AColGroupCompressed in org.apache.sysds.runtime.compress.lib
Methods in org.apache.sysds.runtime.compress.lib with parameters of type AColGroupCompressedModifier and TypeMethodDescriptionstatic double[]CLALibCombineGroups.constructDefaultTuple(AColGroupCompressed ac, AColGroupCompressed bc)