Interface ColumnarInts

All Superinterfaces:
AutoCloseable, Closeable, HotLoopCallee, IndexedInts
All Known Implementing Classes:
CompressedVSizeColumnarIntsSupplier.CompressedVSizeColumnarInts, 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 (see DictionaryEncodedColumn), either directly for single-valued columns, or indirectly as part of implementation of ColumnarMultiInts.
  • Method Details

    • get

      default void get(int[] out, int offset, int start, int length)