Package org.apache.druid.segment.data
Interface ColumnarInts
-
- All Superinterfaces:
AutoCloseable,Closeable,HotLoopCallee,IndexedInts
- All Known Implementing Classes:
CombineFirstTwoValuesColumnarInts,VSizeColumnarInts
public interface ColumnarInts extends IndexedInts, Closeable
Resource that provides random access to a packed array of primitive int values. Typically backs up dictionary-encoded columns (seeDictionaryEncodedColumn), either directly for single-valued columns, or indirectly as part of implementation ofColumnarMultiInts.
-
-
Method Summary
-
Methods inherited from interface org.apache.druid.query.monomorphicprocessing.HotLoopCallee
inspectRuntimeShape
-
Methods inherited from interface org.apache.druid.segment.data.IndexedInts
debugToString, forEach, get, get, get, size
-
-