- All Superinterfaces:
- HotLoopCallee
- All Known Implementing Classes:
- ArrayBasedOffset, BitmapOffset, BitmapOffset.RoaringBitmapOffset, FilteredOffset, IntersectingOffset, Offset, QueryableIndexStorageAdapter.AscendingTimestampCheckingOffset, QueryableIndexStorageAdapter.DescendingTimestampCheckingOffset, QueryableIndexStorageAdapter.NoFilterOffset, QueryableIndexStorageAdapter.TimestampCheckingOffset, UnioningOffset
public interface ReadableOffset
extends HotLoopCallee
A ReadableOffset is an object that provides an integer offset, ostensibly as an index into an array.
See the companion class Offset, for more context on how this could be useful. A ReadableOffset should be
given to classes (e.g. FloatColumnSelector objects) by something which keeps a reference to the base Offset object
and increments it.