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 theAvroToArrowConfigfrom the provided params.Methods in org.apache.arrow.adapter.avro with parameters of type AvroToArrowConfigModifier 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.