java.lang.Object
org.apache.sysds.runtime.compress.colgroup.offset.AOffset
org.apache.sysds.runtime.compress.colgroup.offset.AOffsetByte
All Implemented Interfaces:
Serializable, ISliceOffset
Direct Known Subclasses:
OffsetByte, OffsetByteNZ, OffsetByteUNZ

public abstract class AOffsetByte extends AOffset implements ISliceOffset
See Also:
  • Method Details

    • getOffsetToFirst

      public final int getOffsetToFirst()
      Description copied from class: AOffset
      Get the offset to the first index
      Specified by:
      getOffsetToFirst in class AOffset
      Returns:
      The first index offset
    • getOffsetToLast

      public final int getOffsetToLast()
      Description copied from class: AOffset
      Get the offset to the last value
      Specified by:
      getOffsetToLast in class AOffset
      Returns:
      The last values offset
    • getLength

      public final int getLength()
      Description copied from class: AOffset
      Get the length of the underlying array. This does not reflect the number of contained elements, since some of the elements can be skips.
      Specified by:
      getLength in class AOffset
      Returns:
      The length of the underlying arrays