java.lang.Object
org.apache.arrow.adapter.avro.AvroToArrow
Utility class to convert Avro objects to columnar Arrow format objects.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic AvroToArrowVectorIteratoravroToArrowIterator(org.apache.avro.Schema schema, org.apache.avro.io.Decoder decoder, AvroToArrowConfig config) Fetch the data fromDecoderand iteratively convert it to Arrow objects.
- 
Constructor Details- 
AvroToArrowpublic AvroToArrow()
 
- 
- 
Method Details- 
avroToArrowIteratorpublic static AvroToArrowVectorIterator avroToArrowIterator(org.apache.avro.Schema schema, org.apache.avro.io.Decoder decoder, AvroToArrowConfig config) throws IOException Fetch the data fromDecoderand iteratively convert it to Arrow objects.- Parameters:
- schema- avro schema
- decoder- avro decoder
- config- configuration of the conversion.
- Throws:
- IOException- on error
 
 
-