Uses of Class
org.apache.sysds.runtime.compress.colgroup.dictionary.Dictionary
-
Packages that use Dictionary Package Description org.apache.sysds.runtime.compress.colgroup org.apache.sysds.runtime.compress.colgroup.dictionary org.apache.sysds.runtime.compress.colgroup.mapping -
-
Uses of Dictionary in org.apache.sysds.runtime.compress.colgroup
Methods in org.apache.sysds.runtime.compress.colgroup with parameters of type Dictionary Modifier and Type Method Description voidColGroupDDC. preAggregateThatDDCStructure(ColGroupDDC that, Dictionary ret)voidColGroupSDCSingleZeros. preAggregateThatDDCStructure(ColGroupDDC that, Dictionary ret)voidColGroupSDCZeros. preAggregateThatDDCStructure(ColGroupDDC that, Dictionary ret)voidColGroupDDC. preAggregateThatSDCSingleZerosStructure(ColGroupSDCSingleZeros that, Dictionary ret)voidColGroupSDCSingleZeros. preAggregateThatSDCSingleZerosStructure(ColGroupSDCSingleZeros that, Dictionary ret)voidColGroupSDCZeros. preAggregateThatSDCSingleZerosStructure(ColGroupSDCSingleZeros that, Dictionary ret)voidColGroupDDC. 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
Subclasses of Dictionary in org.apache.sysds.runtime.compress.colgroup.dictionary Modifier and Type Class Description classDeltaDictionaryThis dictionary class is a specialization for the DeltaDDCColgroup.Methods in org.apache.sysds.runtime.compress.colgroup.dictionary that return Dictionary Modifier and Type Method Description DictionaryDictionary. applyScalarOp(ScalarOperator op)DictionaryDictionary. applyScalarOpWithReference(ScalarOperator op, double[] reference, double[] newReference)DictionaryDictionary. applyUnaryOp(UnaryOperator op)DictionaryDictionary. binOpLeft(BinaryOperator op, double[] v, IColIndex colIndexes)DictionaryDictionary. binOpLeftWithReference(BinaryOperator op, double[] v, IColIndex colIndexes, double[] reference, double[] newReference)DictionaryDictionary. binOpRight(BinaryOperator op, double[] v)DictionaryDictionary. binOpRight(BinaryOperator op, double[] v, IColIndex colIndexes)DictionaryDictionary. binOpRightWithReference(BinaryOperator op, double[] v, IColIndex colIndexes, double[] reference, double[] newReference)DictionaryDictionary. clone()static DictionaryDictionary. create(double[] values)static DictionaryDictionary. createNoCheck(double[] values)DictionaryQDictionary. makeDoubleDictionary()DictionaryDictionary. preaggValuesFromDense(int numVals, IColIndex colIndexes, IColIndex aggregateColumns, double[] b, int cut)static DictionaryDictionary. read(DataInput in) -
Uses of Dictionary in org.apache.sysds.runtime.compress.colgroup.mapping
Methods in org.apache.sysds.runtime.compress.colgroup.mapping with parameters of type Dictionary Modifier and Type Method Description 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)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)voidAMapToData. preAggregateSDCZ_DDC(AMapToData tm, IDictionary td, AOffset of, Dictionary ret, int nCol)PreAggregate into DDC dictionary from SDCZero dictionary.voidAMapToData. preAggregateSDCZ_SDCZ(AMapToData tm, IDictionary td, AOffset tof, AOffset of, Dictionary ret, int nCol)
-