| Package | Description |
|---|---|
| org.apache.arrow.adapter.avro.consumers | |
| 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 |
|---|
AvroLongConsumer(BigIntVector vector)
Instantiate a AvroLongConsumer.
|
| Constructor and Description |
|---|
BigIntBinder(BigIntVector vector) |
BigIntBinder(BigIntVector vector,
int jdbcType) |
| Modifier and Type | Method and Description |
|---|---|
static JdbcConsumer<BigIntVector> |
BigIntConsumer.createConsumer(BigIntVector vector,
int index,
boolean nullable)
Creates a consumer for
BigIntVector. |
| Modifier and Type | Method and Description |
|---|---|
static JdbcConsumer<BigIntVector> |
BigIntConsumer.createConsumer(BigIntVector vector,
int index,
boolean nullable)
Creates a consumer for
BigIntVector. |
| Modifier and Type | Method and Description |
|---|---|
VectorValueComparator<BigIntVector> |
DefaultVectorComparators.LongComparator.createNew() |
| Constructor and Description |
|---|
ArrowFlightJdbcBaseIntVectorAccessor(BigIntVector vector,
IntSupplier currentRowSupplier,
ArrowFlightJdbcAccessorFactory.WasNullConsumer setCursorWasNull) |
| Modifier and Type | Method and Description |
|---|---|
BigIntVector |
UnionVector.getBigIntVector() |
BigIntVector |
DenseUnionVector.getBigIntVector(byte typeId) |
BigIntVector |
UnionVector.getBigIntVector(String name) |
| Constructor and Description |
|---|
BigIntReaderImpl(BigIntVector vector) |
BigIntWriterImpl(BigIntVector vector) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.