Class IntList.IntIterator
- java.lang.Object
-
- org.apache.parquet.column.values.dictionary.IntList.IntIterator
-
-
Constructor Summary
Constructors Constructor Description IntIterator(int[][] slabs, int count)slabs will be iterated in order up to the provided count as the last slab may not be full
-