public interface VectorOffset extends ReadableVectorOffset
org.apache.druid.segment.data.Offset, the non-vectorized version.NULL_ID| Modifier and Type | Method and Description |
|---|---|
void |
advance()
Advances by one batch.
|
boolean |
isDone()
Checks if iteration is "done", meaning the current batch of offsets is empty, and there are no more coming.
|
void |
reset()
Resets the object back to its original state.
|
getId, getOffsets, getStartOffset, isContiguousgetCurrentVectorSize, getMaxVectorSizevoid advance()
boolean isDone()
void reset()
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.