| 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.deduplicate | |
| 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 |
|---|
AvroIntConsumer(IntVector vector)
Instantiate a AvroIntConsumer.
|
| Constructor and Description |
|---|
IntBinder(IntVector vector) |
IntBinder(IntVector vector,
int jdbcType) |
| Modifier and Type | Method and Description |
|---|---|
static JdbcConsumer<IntVector> |
IntConsumer.createConsumer(IntVector vector,
int index,
boolean nullable)
Creates a consumer for
IntVector. |
| Modifier and Type | Method and Description |
|---|---|
static JdbcConsumer<IntVector> |
IntConsumer.createConsumer(IntVector vector,
int index,
boolean nullable)
Creates a consumer for
IntVector. |
| Modifier and Type | Method and Description |
|---|---|
void |
VectorRunDeduplicator.populateRunLengths(IntVector lengthVector)
Gets the length of each distinct value.
|
| Modifier and Type | Method and Description |
|---|---|
VectorValueComparator<IntVector> |
DefaultVectorComparators.IntComparator.createNew() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends ValueVector> |
IndexSorter.partition(int low,
int high,
IntVector indices,
VectorValueComparator<T> comparator)
Partition a range of values in a vector into two parts, with elements in one part smaller than
elements from the other part.
|
void |
IndexSorter.sort(V vector,
IntVector indices,
VectorValueComparator<V> comparator)
Sorts indices, by quick-sort.
|
| Constructor and Description |
|---|
ArrowFlightJdbcBaseIntVectorAccessor(IntVector vector,
IntSupplier currentRowSupplier,
ArrowFlightJdbcAccessorFactory.WasNullConsumer setCursorWasNull) |
| Modifier and Type | Method and Description |
|---|---|
IntVector |
UnionVector.getIntVector() |
IntVector |
DenseUnionVector.getIntVector(byte typeId) |
IntVector |
UnionVector.getIntVector(String name) |
| Constructor and Description |
|---|
IntReaderImpl(IntVector vector) |
IntWriterImpl(IntVector vector) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.