| 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 |
|---|
SmallIntBinder(SmallIntVector vector) |
SmallIntBinder(SmallIntVector vector,
int jdbcType) |
| Modifier and Type | Method and Description |
|---|---|
static BaseConsumer<SmallIntVector> |
SmallIntConsumer.createConsumer(SmallIntVector vector,
int index,
boolean nullable)
Creates a consumer for
SmallIntVector. |
| Modifier and Type | Method and Description |
|---|---|
static BaseConsumer<SmallIntVector> |
SmallIntConsumer.createConsumer(SmallIntVector vector,
int index,
boolean nullable)
Creates a consumer for
SmallIntVector. |
| Modifier and Type | Method and Description |
|---|---|
VectorValueComparator<SmallIntVector> |
DefaultVectorComparators.ShortComparator.createNew() |
| Constructor and Description |
|---|
ArrowFlightJdbcBaseIntVectorAccessor(SmallIntVector vector,
IntSupplier currentRowSupplier,
ArrowFlightJdbcAccessorFactory.WasNullConsumer setCursorWasNull) |
| Modifier and Type | Method and Description |
|---|---|
SmallIntVector |
UnionVector.getSmallIntVector() |
SmallIntVector |
DenseUnionVector.getSmallIntVector(byte typeId) |
SmallIntVector |
UnionVector.getSmallIntVector(String name) |
| Constructor and Description |
|---|
SmallIntReaderImpl(SmallIntVector vector) |
SmallIntWriterImpl(SmallIntVector vector) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.