Uses of Class
org.apache.sysds.runtime.compress.colgroup.offset.AOffset
Packages that use AOffset
Package
Description
-
Uses of AOffset in org.apache.sysds.runtime.compress.colgroup
Methods in org.apache.sysds.runtime.compress.colgroup that return AOffsetModifier and TypeMethodDescriptionAOffsetsGroup.getOffsets()ASDC.getOffsets()ASDCZero.getOffsets()ColGroupConst.getOffsets()ColGroupEmpty.getOffsets()Methods in org.apache.sysds.runtime.compress.colgroup with parameters of type AOffsetModifier and TypeMethodDescriptionstatic AColGroupColGroupSDC.create(IColIndex colIndices, int numRows, IDictionary dict, double[] defaultTuple, AOffset offsets, AMapToData data, int[] cachedCounts) static AColGroupColGroupSDCFOR.create(IColIndex colIndexes, int numRows, IDictionary dict, AOffset offsets, AMapToData data, int[] cachedCounts, double[] reference) static AColGroupColGroupSDCSingle.create(IColIndex colIndexes, int numRows, IDictionary dict, double[] defaultTuple, AOffset offsets, int[] cachedCounts) static AColGroupColGroupSDCSingleZeros.create(IColIndex colIndices, int numRows, IDictionary dict, AOffset offsets, int[] cachedCounts) static AColGroupColGroupSDCZeros.create(IColIndex colIndices, int numRows, IDictionary 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 AOffsetModifier and TypeMethodDescriptionintCount the number of runs inside the map, but sparse with offsets.final voidAMapToData.preAggregateDDC_SDCZ(AMapToData tm, IDictionary td, AOffset tof, Dictionary ret, int nCol) PreAggregate into SDCZero dictionary from DDC dictionary.voidAMapToData.preAggregateDDC_SDCZMultiCol(AMapToData tm, IDictionary td, AOffset tof, double[] v, int nCol) voidAMapToData.preAggregateDDC_SDCZSingleCol(AMapToData tm, double[] td, AOffset tof, double[] v) final voidAMapToData.preAggregateDense(DenseBlock m, double[] preAV, int rl, int ru, int cl, int cu, AOffset indexes) PreAggregate a Dense Matrix at index offsets.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) final 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.offsetModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassFields in org.apache.sysds.runtime.compress.colgroup.offset declared as AOffsetModifier and TypeFieldDescriptionfinal AOffsetAOffset.OffsetSliceInfo.offsetSlicefinal AOffsetAOffset.RemoveEmptyOffsetsTmp.retOffsetMethods in org.apache.sysds.runtime.compress.colgroup.offset that return AOffsetModifier and TypeMethodDescriptionAppend the offsets from that other offset to the offsets in this.AOffset.appendN(AOffsetsGroup[] g, int s) Append a list of offsets together in order.final 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.abstract AOffsetAOffset.moveIndex(int m) Move the index start x cellsOffsetByte.moveIndex(int m) OffsetByteNZ.moveIndex(int m) OffsetByteUNZ.moveIndex(int m) OffsetChar.moveIndex(int m) OffsetEmpty.moveIndex(int m) OffsetSingle.moveIndex(int m) OffsetTwo.moveIndex(int m) static AOffsetRead in AOffset from the DataInput.AOffset.reverse(int numRows) Reverse the locations of the offsets such that the inverse offsets are returned.Methods in org.apache.sysds.runtime.compress.colgroup.offset with parameters of type AOffset -
Uses of AOffset in org.apache.sysds.runtime.compress.estim.encoding
Methods in org.apache.sysds.runtime.compress.estim.encoding that return AOffsetMethods in org.apache.sysds.runtime.compress.estim.encoding with parameters of type AOffsetModifier and TypeMethodDescriptionstatic IEncodeEncodingFactory.create(AMapToData d, AOffset i, int nRow) static SparseEncodingEncodingFactory.createSparse(AMapToData map, AOffset off, int nRows)