Uses of Class
org.apache.arrow.vector.DateDayVector
Packages that use DateDayVector
Package
Description
Utilities to bind Arrow data as JDBC prepared statement parameters.
-
Uses of DateDayVector in org.apache.arrow.adapter.avro.consumers.logical
Constructors in org.apache.arrow.adapter.avro.consumers.logical with parameters of type DateDayVectorModifierConstructorDescriptionAvroDateConsumer(DateDayVector vector) Instantiate a AvroDateConsumer. -
Uses of DateDayVector in org.apache.arrow.adapter.avro.producers.logical
Constructors in org.apache.arrow.adapter.avro.producers.logical with parameters of type DateDayVectorModifierConstructorDescriptionAvroDateDayProducer(DateDayVector vector) Instantiate an AvroDateProducer. -
Uses of DateDayVector in org.apache.arrow.adapter.jdbc.binder
Constructors in org.apache.arrow.adapter.jdbc.binder with parameters of type DateDayVectorModifierConstructorDescriptionDateDayBinder(DateDayVector vector) DateDayBinder(DateDayVector vector, Calendar calendar) DateDayBinder(DateDayVector vector, Calendar calendar, int jdbcType) -
Uses of DateDayVector in org.apache.arrow.adapter.jdbc.consumer
Methods in org.apache.arrow.adapter.jdbc.consumer that return types with arguments of type DateDayVectorModifier and TypeMethodDescriptionstatic JdbcConsumer<DateDayVector>DateConsumer.createConsumer(DateDayVector vector, int index, boolean nullable, Calendar calendar) Creates a consumer forDateMilliVector.Methods in org.apache.arrow.adapter.jdbc.consumer with parameters of type DateDayVectorModifier and TypeMethodDescriptionstatic JdbcConsumer<DateDayVector>DateConsumer.createConsumer(DateDayVector vector, int index, boolean nullable, Calendar calendar) Creates a consumer forDateMilliVector. -
Uses of DateDayVector in org.apache.arrow.algorithm.sort
Methods in org.apache.arrow.algorithm.sort that return types with arguments of type DateDayVector -
Uses of DateDayVector in org.apache.arrow.vector.complex
Methods in org.apache.arrow.vector.complex that return DateDayVectorModifier and TypeMethodDescriptionDenseUnionVector.getDateDayVector(byte typeId) UnionVector.getDateDayVector()UnionVector.getDateDayVector(String name) -
Uses of DateDayVector in org.apache.arrow.vector.complex.impl
Constructors in org.apache.arrow.vector.complex.impl with parameters of type DateDayVectorModifierConstructorDescriptionDateDayReaderImpl(DateDayVector vector) DateDayWriterImpl(DateDayVector vector)