Class AvroDecimal256Producer
java.lang.Object
org.apache.arrow.adapter.avro.producers.BaseAvroProducer<Decimal256Vector>
org.apache.arrow.adapter.avro.producers.logical.AvroDecimal256Producer
- All Implemented Interfaces:
Producer<Decimal256Vector>
Producer that produces decimal values from a
Decimal256Vector
, writes data to an Avro
encoder.-
Field Summary
Fields inherited from class org.apache.arrow.adapter.avro.producers.BaseAvroProducer
currentIndex, vector
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiate an AvroDecimalProducer. -
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
-
AvroDecimal256Producer
Instantiate an AvroDecimalProducer.
-
-
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
-