Uses of Class
org.apache.arrow.vector.DateDayVector
Package
Description
Utilities to bind Arrow data as JDBC prepared statement parameters.
-
Uses of DateDayVector in org.apache.arrow.adapter.avro.consumers.logical
ModifierConstructorDescriptionAvroDateConsumer
(DateDayVector vector) Instantiate a AvroDateConsumer. -
Uses of DateDayVector in org.apache.arrow.adapter.jdbc.binder
ModifierConstructorDescriptionDateDayBinder
(DateDayVector vector) DateDayBinder
(DateDayVector vector, Calendar calendar) DateDayBinder
(DateDayVector vector, Calendar calendar, int jdbcType) -
Uses of DateDayVector in org.apache.arrow.adapter.jdbc.consumer
Modifier and TypeMethodDescriptionstatic JdbcConsumer<DateDayVector>
DateConsumer.createConsumer
(DateDayVector vector, int index, boolean nullable, Calendar calendar) Creates a consumer forDateMilliVector
.Modifier 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
-
Uses of DateDayVector in org.apache.arrow.driver.jdbc.accessor.impl.calendar
ModifierConstructorDescriptionArrowFlightJdbcDateVectorAccessor
(DateDayVector vector, IntSupplier currentRowSupplier, ArrowFlightJdbcAccessorFactory.WasNullConsumer setCursorWasNull) Instantiate an accessor for aDateDayVector
. -
Uses of DateDayVector in org.apache.arrow.vector.complex
Modifier and TypeMethodDescriptionDenseUnionVector.getDateDayVector
(byte typeId) UnionVector.getDateDayVector()
UnionVector.getDateDayVector
(String name) -
Uses of DateDayVector in org.apache.arrow.vector.complex.impl
ModifierConstructorDescriptionDateDayReaderImpl
(DateDayVector vector) DateDayWriterImpl
(DateDayVector vector)