Package org.apache.druid.segment.data
Class FrontCodedIndexed.FrontCodedV0
java.lang.Object
org.apache.druid.segment.data.FrontCodedIndexed
org.apache.druid.segment.data.FrontCodedIndexed.FrontCodedV0
- All Implemented Interfaces:
Iterable<ByteBuffer>,HotLoopCallee,Indexed<ByteBuffer>
- Enclosing class:
FrontCodedIndexed
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.druid.segment.data.FrontCodedIndexed
FrontCodedIndexed.FrontCodedV0, FrontCodedIndexed.FrontCodedV1 -
Field Summary
Fields inherited from class org.apache.druid.segment.data.FrontCodedIndexed
adjustedNumValues, adjustIndex, bucketSize, bucketsPosition, buffer, DEFAULT_BUCKET_SIZE, DEFAULT_VERSION, div, hasNull, lastBucketNumValues, numBuckets, offsetsPosition, rem, V0, V1 -
Method Summary
Modifier and TypeMethodDescriptionstatic ByteBuffergetValueFromBucket(ByteBuffer buffer, int offset) Methods inherited from class org.apache.druid.segment.data.FrontCodedIndexed
get, indexOf, inspectRuntimeShape, isSorted, iterator, read, size, validateVersionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
getValueFromBucket
-