Class AvroTinyIntProducer
java.lang.Object
org.apache.arrow.adapter.avro.producers.BaseAvroProducer<TinyIntVector>
org.apache.arrow.adapter.avro.producers.AvroTinyIntProducer
- All Implemented Interfaces:
Producer<TinyIntVector>
Producer that produces int values from an
TinyIntVector, writes data to an avro encoder.-
Field Summary
Fields inherited from class org.apache.arrow.adapter.avro.producers.BaseAvroProducer
currentIndex, vector -
Constructor Summary
ConstructorsConstructorDescriptionAvroTinyIntProducer(TinyIntVector vector) Instantiate an AvroTinyIntProducer. -
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
-
AvroTinyIntProducer
Instantiate an AvroTinyIntProducer.
-
-
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
-