Uses of Class
org.apache.arrow.adapter.avro.producers.BaseAvroProducer
Packages that use BaseAvroProducer
Package
Description
-
Uses of BaseAvroProducer in org.apache.arrow.adapter.avro.producers
Subclasses of BaseAvroProducer in org.apache.arrow.adapter.avro.producersModifier and TypeClassDescriptionclass
Producer that produces long values from aBigIntVector
, writes data to an Avro encoder.class
Producer that produces boolean values from aBitVector
, writes data to an Avro encoder.class
Producer that produces byte array values from aVarBinaryVector
, writes data to an Avro encoder.class
Producer that produces enum values from a dictionary-encodedIntVector
, writes data to an Avro encoder.class
Producer that produces fixed-size binary values from aFixedSizeBinaryVector
, writes data to an Avro encoder.class
Producer that produces array values from aFixedSizeListVector
, writes data to an avro encoder.class
Producer that produces float values from aFloat2Vector
, writes data to an Avro encoder.class
Producer that produces float values from aFloat4Vector
, writes data to an Avro encoder.class
Producer that produces double values from aFloat8Vector
, writes data to an Avro encoder.class
Producer that produces int values from anIntVector
, writes data to an avro encoder.class
Producer that produces array values from aListVector
, writes data to an avro encoder.class
Producer which produces map type values to avro encoder.class
AvroNullableProducer<T extends FieldVector>
Producer wrapper which producers nullable types to an avro encoder.class
Producer that produces null values from aNullVector
, writes data to an Avro encoder.class
Producer that produces int values from anSmallIntVector
, writes data to an avro encoder.class
Producer that produces string values from aVarCharVector
, writes data to an Avro encoder.class
Producer which produces nested record type values to avro encoder.class
Producer that produces int values from anTinyIntVector
, writes data to an avro encoder.class
Producer that produces int values from aUInt1Vector
, writes data to an avro encoder.class
Producer that produces int values from aUInt2Vector
, writes data to an avro encoder.class
Producer that produces long values from aUInt4Vector
, writes data to an avro encoder.class
Producer that produces long values from aUInt8Vector
, writes data to an avro encoder. -
Uses of BaseAvroProducer in org.apache.arrow.adapter.avro.producers.logical
Subclasses of BaseAvroProducer in org.apache.arrow.adapter.avro.producers.logicalModifier and TypeClassDescriptionclass
Producer that produces date values from aDateDayVector
, writes data to an Avro encoder.class
Producer that converts days in milliseconds from aDateMilliVector
and produces date (INT) values, writes data to an Avro encoder.class
Producer that produces decimal values from aDecimal256Vector
, writes data to an Avro encoder.class
Producer that produces decimal values from aDecimalVector
, writes data to an Avro encoder.class
Producer that produces time (microseconds) values from aTimeMicroVector
, writes data to an Avro encoder.class
Producer that produces time (milliseconds) values from aTimeMilliVector
, writes data to an Avro encoder.class
Producer that converts nanoseconds from aTimeNanoVector
and produces time (microseconds) values, writes data to an Avro encoder.class
Producer that converts seconds from aTimeSecVector
and produces time (microseconds) values, 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.class
Producer that converts epoch seconds from aTimeStampSecVector
and produces local timestamp (milliseconds) values, writes data to an Avro encoder.class
Producer that converts epoch seconds from aTimeStampSecTZVector
and produces UTC timestamp (milliseconds) values, writes data to an Avro encoder.