Class AvroTimestampMilliTzProducer
java.lang.Object
org.apache.arrow.adapter.avro.producers.BaseAvroProducer<BaseFixedWidthVector>
org.apache.arrow.adapter.avro.producers.AvroBigIntProducer
org.apache.arrow.adapter.avro.producers.logical.AvroTimestampMilliTzProducer
- All Implemented Interfaces:
Producer<BaseFixedWidthVector>
Producer that produces UTC timestamp (milliseconds) values from a
TimeStampMilliTZVector,
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 AvroTimestampMilliTzProducer. -
Method Summary
Methods inherited from class org.apache.arrow.adapter.avro.producers.AvroBigIntProducer
produceMethods inherited from class org.apache.arrow.adapter.avro.producers.BaseAvroProducer
getVector, resetValueVector, setPosition, skipNull
-
Constructor Details
-
AvroTimestampMilliTzProducer
Instantiate an AvroTimestampMilliTzProducer.
-