Package | Description |
---|---|
org.apache.arrow.adapter.jdbc.binder |
Utilities to bind Arrow data as JDBC prepared statement parameters.
|
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 |
---|
DateMilliBinder(DateMilliVector vector) |
DateMilliBinder(DateMilliVector vector,
Calendar calendar) |
DateMilliBinder(DateMilliVector vector,
Calendar calendar,
int jdbcType) |
Modifier and Type | Method and Description |
---|---|
VectorValueComparator<DateMilliVector> |
DefaultVectorComparators.DateMilliComparator.createNew() |
Constructor and Description |
---|
ArrowFlightJdbcDateVectorAccessor(DateMilliVector vector,
IntSupplier currentRowSupplier,
ArrowFlightJdbcAccessorFactory.WasNullConsumer setCursorWasNull)
Instantiate an accessor for a
DateMilliVector . |
Modifier and Type | Method and Description |
---|---|
DateMilliVector |
UnionVector.getDateMilliVector() |
DateMilliVector |
DenseUnionVector.getDateMilliVector(byte typeId) |
DateMilliVector |
UnionVector.getDateMilliVector(String name) |
Constructor and Description |
---|
DateMilliReaderImpl(DateMilliVector vector) |
DateMilliWriterImpl(DateMilliVector vector) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.