Uses of Class
org.apache.sysds.runtime.compress.colgroup.offset.AOffset
-
-
Uses of AOffset in org.apache.sysds.runtime.compress.colgroup
Methods in org.apache.sysds.runtime.compress.colgroup that return AOffset Modifier and Type Method Description AOffsetAOffsetsGroup. getOffsets()AOffsetASDC. getOffsets()AOffsetASDCZero. getOffsets()Methods in org.apache.sysds.runtime.compress.colgroup with parameters of type AOffset Modifier and Type Method Description static AColGroupColGroupSDC. create(IColIndex colIndices, int numRows, ADictionary dict, double[] defaultTuple, AOffset offsets, AMapToData data, int[] cachedCounts)static AColGroupColGroupSDCFOR. create(IColIndex colIndexes, int numRows, ADictionary dict, AOffset offsets, AMapToData data, int[] cachedCounts, double[] reference)static AColGroupColGroupSDCSingle. create(IColIndex colIndexes, int numRows, ADictionary dict, double[] defaultTuple, AOffset offsets, int[] cachedCounts)static AColGroupColGroupSDCSingleZeros. create(IColIndex colIndices, int numRows, ADictionary dict, AOffset offsets, int[] cachedCounts)static AColGroupColGroupSDCZeros. create(IColIndex colIndices, int numRows, ADictionary dict, AOffset offsets, AMapToData data, int[] cachedCounts) -
Uses of AOffset in org.apache.sysds.runtime.compress.colgroup.mapping
Methods in org.apache.sysds.runtime.compress.colgroup.mapping with parameters of type AOffset Modifier and Type Method Description intAMapToData. countRuns(AOffset off)Count the number of runs inside the map, but sparse with offsets.voidAMapToData. preAggregateDDC_SDCZ(AMapToData tm, ADictionary td, AOffset tof, Dictionary ret, int nCol)PreAggregate into SDCZero dictionary from DDC dictionary.voidAMapToData. preAggregateDDC_SDCZMultiCol(AMapToData tm, ADictionary td, AOffset tof, double[] v, int nCol)voidAMapToData. preAggregateDDC_SDCZSingleCol(AMapToData tm, double[] td, AOffset tof, double[] v)voidAMapToData. preAggregateDense(MatrixBlock m, double[] preAV, int rl, int ru, int cl, int cu, AOffset indexes)PreAggregate a Dense Matrix at index offsets.voidAMapToData. preAggregateSDCZ_DDC(AMapToData tm, ADictionary td, AOffset of, Dictionary ret, int nCol)PreAggregate into DDC dictionary from SDCZero dictionary.voidAMapToData. preAggregateSDCZ_SDCZ(AMapToData tm, ADictionary td, AOffset tof, AOffset of, Dictionary ret, int nCol)voidAMapToData. preAggregateSparse(SparseBlock sb, double[] preAV, int rl, int ru, AOffset indexes)PreAggregate the SparseBlock in the range of rows given. -
Uses of AOffset in org.apache.sysds.runtime.compress.colgroup.offset
Subclasses of AOffset in org.apache.sysds.runtime.compress.colgroup.offset Modifier and Type Class Description classOffsetByteclassOffsetCharclassOffsetEmptyclassOffsetSingleclassOffsetTwoFields in org.apache.sysds.runtime.compress.colgroup.offset declared as AOffset Modifier and Type Field Description AOffsetAOffset.OffsetSliceInfo. offsetSliceMethods in org.apache.sysds.runtime.compress.colgroup.offset that return AOffset Modifier and Type Method Description AOffsetAOffset. append(AOffset t, int s)Append the offsets from that other offset to the offsets in this.AOffsetAOffset. appendN(AOffsetsGroup[] g, int s)Append a list of offsets together in order.AOffsetOffsetByte. appendN(AOffsetsGroup[] g, int s)static AOffsetOffsetFactory. createOffset(int[] indexes)Main factory pattern creator for Offsets.static AOffsetOffsetFactory. createOffset(int[] indexes, int apos, int alen)Create a Offset based on a subset of the indexes given.static AOffsetOffsetFactory. createOffset(int[] indexes, int apos, int alen, OffsetFactory.OFF_TYPE type)static AOffsetOffsetFactory. createOffset(int[] indexes, OffsetFactory.OFF_TYPE type)try to create a specific type of offset.static AOffsetOffsetFactory. createOffset(IntArrayList indexes)Create the offsets based on our primitive IntArrayList.static AOffsetOffsetFactory. readIn(DataInput in)Read in AOffset from the DataInput.static AOffsetAOffset. reverse(int numRows, AOffset offsets)Methods in org.apache.sysds.runtime.compress.colgroup.offset with parameters of type AOffset Modifier and Type Method Description AOffsetAOffset. append(AOffset t, int s)Append the offsets from that other offset to the offsets in this.booleanAOffset. equals(AOffset b)static AOffsetAOffset. reverse(int numRows, AOffset offsets) -
Uses of AOffset in org.apache.sysds.runtime.compress.estim.encoding
Methods in org.apache.sysds.runtime.compress.estim.encoding that return AOffset Modifier and Type Method Description AOffsetSparseEncoding. getOffsets()Methods in org.apache.sysds.runtime.compress.estim.encoding with parameters of type AOffset Modifier and Type Method Description static SparseEncodingEncodingFactory. createSparse(AMapToData map, AOffset off, int nRows)
-