Package org.apache.druid.segment.data
Interface ColumnarInts
- All Superinterfaces:
AutoCloseable,Closeable,HotLoopCallee,IndexedInts
- All Known Implementing Classes:
CompressedVSizeColumnarIntsSupplier.CompressedVSizeColumnarInts,VSizeColumnarInts
Resource that provides random access to a packed array of primitive int values. Typically backs up dictionary-encoded
columns (see
DictionaryEncodedColumn), either directly for single-valued
columns, or indirectly as part of implementation of ColumnarMultiInts.-
Method Summary
Methods inherited from interface org.apache.druid.query.monomorphicprocessing.HotLoopCallee
inspectRuntimeShapeMethods inherited from interface org.apache.druid.segment.data.IndexedInts
debugToString, forEach, get, get, get, size
-
Method Details
-
get
default void get(int[] out, int offset, int start, int length)
-