Uses of Class
org.apache.arrow.vector.IntVector
Packages that use IntVector
Package
Description
Utilities to bind Arrow data as JDBC prepared statement parameters.
-
Uses of IntVector in org.apache.arrow.adapter.avro.consumers
Constructors in org.apache.arrow.adapter.avro.consumers with parameters of type IntVector -
Uses of IntVector in org.apache.arrow.adapter.jdbc.binder
Constructors in org.apache.arrow.adapter.jdbc.binder with parameters of type IntVector -
Uses of IntVector in org.apache.arrow.adapter.jdbc.consumer
Methods in org.apache.arrow.adapter.jdbc.consumer that return types with arguments of type IntVectorModifier and TypeMethodDescriptionstatic JdbcConsumer<IntVector>IntConsumer.createConsumer(IntVector vector, int index, boolean nullable) Creates a consumer forIntVector.Methods in org.apache.arrow.adapter.jdbc.consumer with parameters of type IntVectorModifier 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
Methods in org.apache.arrow.algorithm.deduplicate with parameters of type IntVectorModifier and TypeMethodDescriptionvoidVectorRunDeduplicator.populateRunLengths(IntVector lengthVector) Gets the length of each distinct value. -
Uses of IntVector in org.apache.arrow.algorithm.sort
Methods in org.apache.arrow.algorithm.sort that return types with arguments of type IntVectorMethods in org.apache.arrow.algorithm.sort with parameters of type IntVectorModifier 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.voidIndexSorter.sort(V vector, IntVector indices, VectorValueComparator<V> comparator) Sorts indices, by quick-sort. -
Uses of IntVector in org.apache.arrow.vector.complex
Methods in org.apache.arrow.vector.complex that return IntVectorModifier and TypeMethodDescriptionDenseUnionVector.getIntVector(byte typeId) UnionVector.getIntVector()UnionVector.getIntVector(String name) -
Uses of IntVector in org.apache.arrow.vector.complex.impl
Constructors in org.apache.arrow.vector.complex.impl with parameters of type IntVector