Class VectorizedColumnIterator.DictionaryBatchReader
- java.lang.Object
-
- org.apache.iceberg.arrow.vectorized.parquet.VectorizedColumnIterator.BatchReader
-
- org.apache.iceberg.arrow.vectorized.parquet.VectorizedColumnIterator.DictionaryBatchReader
-
- Enclosing class:
- VectorizedColumnIterator
public class VectorizedColumnIterator.DictionaryBatchReader extends VectorizedColumnIterator.BatchReader
-
-
Constructor Summary
Constructors Constructor Description DictionaryBatchReader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
nextBatchOf(org.apache.arrow.vector.FieldVector vector, int expectedBatchSize, int numValsInVector, int typeWidth, NullabilityHolder holder)
-
Methods inherited from class org.apache.iceberg.arrow.vectorized.parquet.VectorizedColumnIterator.BatchReader
nextBatch
-
-
-
-
Method Detail
-
nextBatchOf
protected int nextBatchOf(org.apache.arrow.vector.FieldVector vector, int expectedBatchSize, int numValsInVector, int typeWidth, NullabilityHolder holder)
- Specified by:
nextBatchOf
in classVectorizedColumnIterator.BatchReader
-
-