Class VectorizedColumnIterator.TimestampMillisBatchReader
java.lang.Object
org.apache.iceberg.arrow.vectorized.parquet.VectorizedColumnIterator.BatchReader
org.apache.iceberg.arrow.vectorized.parquet.VectorizedColumnIterator.TimestampMillisBatchReader
- Enclosing class:
- VectorizedColumnIterator
public class VectorizedColumnIterator.TimestampMillisBatchReader
extends VectorizedColumnIterator.BatchReader
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected 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
-
Constructor Details
-
TimestampMillisBatchReader
public TimestampMillisBatchReader()
-
-
Method Details
-
nextBatchOf
protected int nextBatchOf(org.apache.arrow.vector.FieldVector vector, int expectedBatchSize, int numValsInVector, int typeWidth, NullabilityHolder holder) - Specified by:
nextBatchOf
in classVectorizedColumnIterator.BatchReader
-