Class VectorizedColumnIterator.BatchReader

    • Constructor Summary

      Constructors 
      Constructor Description
      BatchReader()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      void nextBatch​(org.apache.arrow.vector.FieldVector fieldVector, int typeWidth, NullabilityHolder holder)  
      protected abstract int nextBatchOf​(org.apache.arrow.vector.FieldVector vector, int expectedBatchSize, int numValsInVector, int typeWidth, NullabilityHolder holder)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BatchReader

        public BatchReader()
    • Method Detail

      • nextBatch

        public void nextBatch​(org.apache.arrow.vector.FieldVector fieldVector,
                              int typeWidth,
                              NullabilityHolder holder)
      • nextBatchOf

        protected abstract int nextBatchOf​(org.apache.arrow.vector.FieldVector vector,
                                           int expectedBatchSize,
                                           int numValsInVector,
                                           int typeWidth,
                                           NullabilityHolder holder)