Class AvroTimestampMicroProducer
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.AvroTimestampMicroProducer
- All Implemented Interfaces:
Producer<BaseFixedWidthVector>
Producer that produces local timestamp (microseconds) values from a
TimeStampMicroVector
,
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 AvroTimestampMicroProducer. -
Method Summary
Methods inherited from class org.apache.arrow.adapter.avro.producers.AvroBigIntProducer
produce
Methods inherited from class org.apache.arrow.adapter.avro.producers.BaseAvroProducer
getVector, resetValueVector, setPosition, skipNull
-
Constructor Details
-
AvroTimestampMicroProducer
Instantiate an AvroTimestampMicroProducer.
-