Uses of Class
org.apache.arrow.adapter.avro.producers.AvroBigIntProducer
Packages that use AvroBigIntProducer
-
Uses of AvroBigIntProducer in org.apache.arrow.adapter.avro.producers.logical
Subclasses of AvroBigIntProducer in org.apache.arrow.adapter.avro.producers.logicalModifier and TypeClassDescriptionclass
Producer that produces time (microseconds) values from aTimeMicroVector
, writes data to an Avro encoder.class
Producer that produces local timestamp (microseconds) values from aTimeStampMicroVector
, writes data to an Avro encoder.class
Producer that produces UTC timestamp (microseconds) values from aTimeStampMicroTZVector
, writes data to an Avro encoder.class
Producer that produces local timestamp (milliseconds) values from aTimeStampMilliVector
, writes data to an Avro encoder.class
Producer that produces UTC timestamp (milliseconds) values from aTimeStampMilliTZVector
, writes data to an Avro encoder.class
Producer that produces local timestamp (nanoseconds) values from aTimeStampNanoVector
, writes data to an Avro encoder.class
Producer that produces local timestamp (nanoseconds) values from aTimeStampNanoTZVector
, writes data to an Avro encoder.