Uses of Class
org.apache.sysds.runtime.compress.colgroup.APreAgg
Packages that use APreAgg
-
Uses of APreAgg in org.apache.sysds.runtime.compress.colgroup
Subclasses of APreAgg in org.apache.sysds.runtime.compress.colgroupModifier and TypeClassDescriptionclassBase class for column groups encoded with various types of bitmap encoding.classclassClass 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).classClass 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.classColumn group that sparsely encodes the dictionary values.Methods in org.apache.sysds.runtime.compress.colgroup with parameters of type APreAggModifier and TypeMethodDescriptionfinal IDictionaryAPreAgg.preAggregateThatIndexStructure(APreAgg that) Pre aggregate into a dictionary.