Interface VectorOffset

All Superinterfaces:
ReadableVectorInspector, ReadableVectorOffset, VectorSizeInspector
All Known Implementing Classes:
BitmapVectorOffset, FilteredVectorOffset, NoFilterVectorOffset

public interface VectorOffset extends ReadableVectorOffset
The movable version of ReadableVectorOffset.
  • Method Details

    • advance

      void advance()
      Advances by one batch.
    • isDone

      boolean isDone()
      Checks if iteration is "done", meaning the current batch of offsets is empty, and there are no more coming.
    • reset

      void reset()
      Resets the object back to its original state. Once this is done, iteration can begin anew.