Uses of Class
org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary
Packages that use Dictionary
Package
Description
-
Uses of Dictionary in org.apache.sysds.runtime.compress.colgroup
Methods in org.apache.sysds.runtime.compress.colgroup with parameters of type DictionaryModifier 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) voidColGroupDDC.preAggregateThatSDCSingleZerosStructure(ColGroupSDCSingleZeros that, Dictionary ret) voidColGroupDeltaDDC.preAggregateThatSDCSingleZerosStructure(ColGroupSDCSingleZeros that, Dictionary ret) voidColGroupSDCSingleZeros.preAggregateThatSDCSingleZerosStructure(ColGroupSDCSingleZeros that, Dictionary ret) voidColGroupSDCZeros.preAggregateThatSDCSingleZerosStructure(ColGroupSDCSingleZeros that, Dictionary ret) voidColGroupDDC.preAggregateThatSDCZerosStructure(ColGroupSDCZeros that, Dictionary ret) voidColGroupDeltaDDC.preAggregateThatSDCZerosStructure(ColGroupSDCZeros that, Dictionary ret) voidColGroupSDCSingleZeros.preAggregateThatSDCZerosStructure(ColGroupSDCZeros that, Dictionary ret) voidColGroupSDCZeros.preAggregateThatSDCZerosStructure(ColGroupSDCZeros that, Dictionary ret) -
Uses of Dictionary in org.apache.sysds.runtime.compress.colgroup.dictionary
Methods in org.apache.sysds.runtime.compress.colgroup.dictionary that return DictionaryModifier and TypeMethodDescriptionDictionary.applyScalarOpWithReference(ScalarOperator op, double[] reference, double[] newReference) Dictionary.applyUnaryOp(UnaryOperator op) final DictionaryDictionary.binOpLeft(BinaryOperator op, double[] v, IColIndex colIndexes) Dictionary.binOpLeftWithReference(BinaryOperator op, double[] v, IColIndex colIndexes, double[] reference, double[] newReference) Dictionary.binOpRight(BinaryOperator op, double[] v) Dictionary.binOpRight(BinaryOperator op, double[] v, IColIndex colIndexes) Dictionary.binOpRightWithReference(BinaryOperator op, double[] v, IColIndex colIndexes, double[] reference, double[] newReference) Dictionary.clone()static DictionaryDictionary.create(double[] values) static DictionaryDictionary.createNoCheck(double[] values) Dictionary.preaggValuesFromDense(int numVals, IColIndex colIndexes, IColIndex aggregateColumns, double[] b, int cut) static Dictionary -
Uses of Dictionary in org.apache.sysds.runtime.compress.colgroup.mapping
Methods in org.apache.sysds.runtime.compress.colgroup.mapping with parameters of type DictionaryModifier and TypeMethodDescriptionfinal voidAMapToData.preAggregateDDC_DDC(AMapToData tm, IDictionary td, Dictionary ret, int nCol) PreAggregate into dictionary with two sides of DDC.voidAMapToData.preAggregateDDC_RLE(int[] ptr, char[] data, IDictionary td, Dictionary ret, int nCol) final voidAMapToData.preAggregateDDC_SDCZ(AMapToData tm, IDictionary td, AOffset tof, Dictionary ret, int nCol) PreAggregate into SDCZero dictionary from DDC dictionary.voidAMapToData.preAggregateRLE_DDC(int[] ptr, char[] data, IDictionary td, Dictionary ret, int nCol) final voidAMapToData.preAggregateSDCZ_DDC(AMapToData tm, IDictionary td, AOffset of, Dictionary ret, int nCol) PreAggregate into DDC dictionary from SDCZero dictionary.final voidAMapToData.preAggregateSDCZ_SDCZ(AMapToData tm, IDictionary td, AOffset tof, AOffset of, Dictionary ret, int nCol)