Uses of Class
org.apache.arrow.adapter.avro.AvroToArrowVectorIterator
-
Uses of AvroToArrowVectorIterator in org.apache.arrow.adapter.avro
Modifier and TypeMethodDescriptionstatic AvroToArrowVectorIterator
AvroToArrow.avroToArrowIterator
(org.apache.avro.Schema schema, org.apache.avro.io.Decoder decoder, AvroToArrowConfig config) Fetch the data fromDecoder
and iteratively convert it to Arrow objects.static AvroToArrowVectorIterator
AvroToArrowVectorIterator.create
(org.apache.avro.io.Decoder decoder, org.apache.avro.Schema schema, AvroToArrowConfig config) Create a ArrowVectorIterator to partially convert data.