Uses of Class
org.apache.arrow.adapter.avro.AvroToArrowVectorIterator
Packages that use AvroToArrowVectorIterator
-
Uses of AvroToArrowVectorIterator in org.apache.arrow.adapter.avro
Methods in org.apache.arrow.adapter.avro that return AvroToArrowVectorIteratorModifier and TypeMethodDescriptionstatic AvroToArrowVectorIteratorAvroToArrow.avroToArrowIterator(org.apache.avro.Schema schema, org.apache.avro.io.Decoder decoder, AvroToArrowConfig config) Fetch the data fromDecoderand iteratively convert it to Arrow objects.static AvroToArrowVectorIteratorAvroToArrowVectorIterator.create(org.apache.avro.io.Decoder decoder, org.apache.avro.Schema schema, AvroToArrowConfig config) Create a ArrowVectorIterator to partially convert data.