| Package | Description |
|---|---|
| org.apache.arrow.adapter.avro.consumers.logical | |
| org.apache.arrow.adapter.jdbc.binder |
Utilities to bind Arrow data as JDBC prepared statement parameters.
|
| org.apache.arrow.adapter.jdbc.consumer | |
| org.apache.arrow.algorithm.sort | |
| org.apache.arrow.driver.jdbc.accessor.impl.calendar | |
| org.apache.arrow.vector.complex | |
| org.apache.arrow.vector.complex.impl |
| Constructor and Description |
|---|
AvroDateConsumer(DateDayVector vector)
Instantiate a AvroDateConsumer.
|
| Constructor and Description |
|---|
DateDayBinder(DateDayVector vector) |
DateDayBinder(DateDayVector vector,
Calendar calendar) |
DateDayBinder(DateDayVector vector,
Calendar calendar,
int jdbcType) |
| Modifier and Type | Method and Description |
|---|---|
static JdbcConsumer<DateDayVector> |
DateConsumer.createConsumer(DateDayVector vector,
int index,
boolean nullable,
Calendar calendar)
Creates a consumer for
DateMilliVector. |
| Modifier and Type | Method and Description |
|---|---|
static JdbcConsumer<DateDayVector> |
DateConsumer.createConsumer(DateDayVector vector,
int index,
boolean nullable,
Calendar calendar)
Creates a consumer for
DateMilliVector. |
| Modifier and Type | Method and Description |
|---|---|
VectorValueComparator<DateDayVector> |
DefaultVectorComparators.DateDayComparator.createNew() |
| Constructor and Description |
|---|
ArrowFlightJdbcDateVectorAccessor(DateDayVector vector,
IntSupplier currentRowSupplier,
ArrowFlightJdbcAccessorFactory.WasNullConsumer setCursorWasNull)
Instantiate an accessor for a
DateDayVector. |
| Modifier and Type | Method and Description |
|---|---|
DateDayVector |
UnionVector.getDateDayVector() |
DateDayVector |
DenseUnionVector.getDateDayVector(byte typeId) |
DateDayVector |
UnionVector.getDateDayVector(String name) |
| Constructor and Description |
|---|
DateDayReaderImpl(DateDayVector vector) |
DateDayWriterImpl(DateDayVector vector) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.