Uses of Class
org.apache.arrow.adapter.avro.AvroToArrowConfig
Packages that use AvroToArrowConfig
-
Uses of AvroToArrowConfig in org.apache.arrow.adapter.avro
Methods in org.apache.arrow.adapter.avro that return AvroToArrowConfigModifier and TypeMethodDescriptionAvroToArrowConfigBuilder.build()
This builds theAvroToArrowConfig
from the provided params.Methods in org.apache.arrow.adapter.avro with parameters of type AvroToArrowConfigModifier 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.