| Package | Description |
|---|---|
| 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.numeric | |
| org.apache.arrow.vector.complex | |
| org.apache.arrow.vector.complex.impl |
| Constructor and Description |
|---|
TinyIntBinder(TinyIntVector vector) |
TinyIntBinder(TinyIntVector vector,
int jdbcType) |
| Modifier and Type | Method and Description |
|---|---|
static JdbcConsumer<TinyIntVector> |
TinyIntConsumer.createConsumer(TinyIntVector vector,
int index,
boolean nullable)
Creates a consumer for
TinyIntVector. |
| Modifier and Type | Method and Description |
|---|---|
static JdbcConsumer<TinyIntVector> |
TinyIntConsumer.createConsumer(TinyIntVector vector,
int index,
boolean nullable)
Creates a consumer for
TinyIntVector. |
| Modifier and Type | Method and Description |
|---|---|
VectorValueComparator<TinyIntVector> |
DefaultVectorComparators.ByteComparator.createNew() |
| Constructor and Description |
|---|
ArrowFlightJdbcBaseIntVectorAccessor(TinyIntVector vector,
IntSupplier currentRowSupplier,
ArrowFlightJdbcAccessorFactory.WasNullConsumer setCursorWasNull) |
| Modifier and Type | Method and Description |
|---|---|
TinyIntVector |
UnionVector.getTinyIntVector() |
TinyIntVector |
DenseUnionVector.getTinyIntVector(byte typeId) |
TinyIntVector |
UnionVector.getTinyIntVector(String name) |
| Constructor and Description |
|---|
TinyIntReaderImpl(TinyIntVector vector) |
TinyIntWriterImpl(TinyIntVector vector) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.