Uses of Class
org.apache.sysds.runtime.compress.colgroup.offset.AOffset.OffsetSliceInfo
-
Packages that use AOffset.OffsetSliceInfo Package Description org.apache.sysds.runtime.compress.colgroup.offset -
-
Uses of AOffset.OffsetSliceInfo in org.apache.sysds.runtime.compress.colgroup.offset
Methods in org.apache.sysds.runtime.compress.colgroup.offset that return AOffset.OffsetSliceInfo Modifier and Type Method Description AOffset.OffsetSliceInfo
AOffset. slice(int l, int u)
Slice the offsets based on the specified rangeAOffset.OffsetSliceInfo
ISliceOffset. slice(int lowOff, int highOff, int lowValue, int highValue, int low, int high)
AOffset.OffsetSliceInfo
OffsetByte. slice(int lowOff, int highOff, int lowValue, int highValue, int low, int high)
AOffset.OffsetSliceInfo
OffsetByteNZ. slice(int lowOff, int highOff, int lowValue, int highValue, int low, int high)
AOffset.OffsetSliceInfo
OffsetByteUNZ. slice(int lowOff, int highOff, int lowValue, int highValue, int low, int high)
AOffset.OffsetSliceInfo
OffsetChar. slice(int lowOff, int highOff, int lowValue, int highValue, int low, int high)
AOffset.OffsetSliceInfo
OffsetEmpty. slice(int l, int u)
AOffset.OffsetSliceInfo
OffsetSingle. slice(int l, int u)
AOffset.OffsetSliceInfo
OffsetTwo. slice(int l, int u)
-