Uses of Class
org.apache.sysds.runtime.compress.colgroup.ColGroupDDC
Packages that use ColGroupDDC
Package
Description
-
Uses of ColGroupDDC in org.apache.sysds.runtime.compress.colgroup
Subclasses of ColGroupDDC in org.apache.sysds.runtime.compress.colgroupModifier and TypeClassDescriptionclassClass to encapsulate information about a column group that is first delta encoded then encoded with dense dictionary encoding (DeltaDDC).Methods in org.apache.sysds.runtime.compress.colgroup that return ColGroupDDCMethods in org.apache.sysds.runtime.compress.colgroup with parameters of type ColGroupDDCModifier and TypeMethodDescriptionvoidColGroupDDC.preAggregateThatDDCStructure(ColGroupDDC that, Dictionary ret) voidColGroupDeltaDDC.preAggregateThatDDCStructure(ColGroupDDC that, Dictionary ret) voidColGroupSDCSingleZeros.preAggregateThatDDCStructure(ColGroupDDC that, Dictionary ret) voidColGroupSDCZeros.preAggregateThatDDCStructure(ColGroupDDC that, Dictionary ret) static AColGroupColGroupDDCFOR.sparsifyFOR(ColGroupDDC g) -
Uses of ColGroupDDC in org.apache.sysds.runtime.compress.colgroup.scheme
Methods in org.apache.sysds.runtime.compress.colgroup.scheme with parameters of type ColGroupDDCModifier and TypeMethodDescriptionstatic DDCSchemeDDCScheme.create(ColGroupDDC g) Create a scheme for the DDC compression given