Class AvroTimeMilliProducer
java.lang.Object
org.apache.arrow.adapter.avro.producers.BaseAvroProducer<BaseFixedWidthVector>
org.apache.arrow.adapter.avro.producers.AvroIntProducer
org.apache.arrow.adapter.avro.producers.logical.AvroTimeMilliProducer
- All Implemented Interfaces:
Producer<BaseFixedWidthVector>
Producer that produces time (milliseconds) values from a
TimeMilliVector
, writes data to
an Avro encoder.-
Field Summary
Fields inherited from class org.apache.arrow.adapter.avro.producers.BaseAvroProducer
currentIndex, vector
-
Constructor Summary
ConstructorsConstructorDescriptionAvroTimeMilliProducer
(TimeMilliVector vector) Instantiate an AvroTimeMilliProducer. -
Method Summary
Methods inherited from class org.apache.arrow.adapter.avro.producers.AvroIntProducer
produce
Methods inherited from class org.apache.arrow.adapter.avro.producers.BaseAvroProducer
getVector, resetValueVector, setPosition, skipNull
-
Constructor Details
-
AvroTimeMilliProducer
Instantiate an AvroTimeMilliProducer.
-