Uses of Class
org.apache.arrow.vector.IntVector
Package
Description
Utilities to bind Arrow data as JDBC prepared statement parameters.
-
Uses of IntVector in org.apache.arrow.adapter.avro.consumers
-
Uses of IntVector in org.apache.arrow.adapter.jdbc.binder
-
Uses of IntVector in org.apache.arrow.adapter.jdbc.consumer
Modifier and TypeMethodDescriptionstatic JdbcConsumer<IntVector>
IntConsumer.createConsumer
(IntVector vector, int index, boolean nullable) Creates a consumer forIntVector
.Modifier and TypeMethodDescriptionstatic JdbcConsumer<IntVector>
IntConsumer.createConsumer
(IntVector vector, int index, boolean nullable) Creates a consumer forIntVector
. -
Uses of IntVector in org.apache.arrow.algorithm.deduplicate
Modifier and TypeMethodDescriptionvoid
VectorRunDeduplicator.populateRunLengths
(IntVector lengthVector) Gets the length of each distinct value. -
Uses of IntVector in org.apache.arrow.algorithm.sort
Modifier and TypeMethodDescriptionstatic <T extends ValueVector>
intIndexSorter.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. -
Uses of IntVector in org.apache.arrow.driver.jdbc.accessor.impl.numeric
ModifierConstructorDescriptionArrowFlightJdbcBaseIntVectorAccessor
(IntVector vector, IntSupplier currentRowSupplier, ArrowFlightJdbcAccessorFactory.WasNullConsumer setCursorWasNull) -
Uses of IntVector in org.apache.arrow.vector.complex
Modifier and TypeMethodDescriptionDenseUnionVector.getIntVector
(byte typeId) UnionVector.getIntVector()
UnionVector.getIntVector
(String name) -
Uses of IntVector in org.apache.arrow.vector.complex.impl