Package | Description |
---|---|
org.apache.arrow |
Modifier and Type | Method and Description |
---|---|
static AvroToArrowVectorIterator |
AvroToArrow.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. |
static AvroToArrowVectorIterator |
AvroToArrowVectorIterator.create(org.apache.avro.io.Decoder decoder,
org.apache.avro.Schema schema,
AvroToArrowConfig config)
Create a ArrowVectorIterator to partially convert data.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.