Uses of Class
org.apache.arrow.adapter.avro.AvroToArrowConfig
-
Uses of AvroToArrowConfig in org.apache.arrow.adapter.avro
Modifier and TypeMethodDescriptionAvroToArrowConfigBuilder.build()
This builds theAvroToArrowConfig
from the provided params.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.