public class AvroToArrow extends Object
Constructor and Description |
---|
AvroToArrow() |
Modifier and Type | Method and Description |
---|---|
static AvroToArrowVectorIterator |
avroToArrowIterator(org.apache.avro.Schema schema,
org.apache.avro.io.Decoder decoder,
AvroToArrowConfig config)
Fetch the data from
Decoder and iteratively convert it to Arrow objects. |
public static AvroToArrowVectorIterator avroToArrowIterator(org.apache.avro.Schema schema, org.apache.avro.io.Decoder decoder, AvroToArrowConfig config) throws IOException
Decoder
and iteratively convert it to Arrow objects.schema
- avro schemadecoder
- avro decoderconfig
- configuration of the conversion.IOException
- on errorCopyright © 2023 The Apache Software Foundation. All rights reserved.