Class AvroUint2Producer
java.lang.Object
org.apache.arrow.adapter.avro.producers.BaseAvroProducer<UInt2Vector>
org.apache.arrow.adapter.avro.producers.AvroUint2Producer
- All Implemented Interfaces:
Producer<UInt2Vector>
Producer that produces int values from a
UInt2Vector
, 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 TypeMethodDescriptionvoid
produce
(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
-
AvroUint2Producer
Instantiate an AvroUint2Producer.
-
-
Method Details
-
produce
Description copied from interface:Producer
Produce a specific type value from the vector and write it to avro encoder.- Parameters:
encoder
- avro encoder to write data- Throws:
IOException
- on error
-