public interface ReadableVectorOffset extends ReadableVectorInspector
VectorOffset, the movable version.,
org.apache.druid.segment.data.ReadableOffset, the non-vectorized version.NULL_ID| Modifier and Type | Method and Description |
|---|---|
int[] |
getOffsets()
If "isContiguous" is false, this method returns a batch of offsets.
|
int |
getStartOffset()
If "isContiguous" is true, this method returns the start offset of the range.
|
boolean |
isContiguous()
Checks if the current batch is a contiguous range or not.
|
getIdgetCurrentVectorSize, getMaxVectorSizeboolean isContiguous()
int getStartOffset()
int[] getOffsets()
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.