Class AvroEnumProducer
java.lang.Object
org.apache.arrow.adapter.avro.producers.BaseAvroProducer<IntVector>
org.apache.arrow.adapter.avro.producers.AvroEnumProducer
Producer that produces enum values from a dictionary-encoded
IntVector, writes data to an
Avro encoder.-
Field Summary
Fields inherited from class org.apache.arrow.adapter.avro.producers.BaseAvroProducer
currentIndex, vector -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidproduce(org.apache.avro.io.Encoder encoder) Produce a specific type value from the vector and write it to avro encoder.Methods inherited from class org.apache.arrow.adapter.avro.producers.BaseAvroProducer
getVector, resetValueVector, setPosition, skipNull
-
Constructor Details
-
AvroEnumProducer
Instantiate an AvroEnumProducer.
-
-
Method Details
-
produce
Description copied from interface:ProducerProduce a specific type value from the vector and write it to avro encoder.- Parameters:
encoder- avro encoder to write data- Throws:
IOException- on error
-