Uses of Interface
org.apache.arrow.vector.BaseIntVector
Packages that use BaseIntVector
Package
Description
-
Uses of BaseIntVector in org.apache.arrow.adapter.avro.consumers
Constructors in org.apache.arrow.adapter.avro.consumers with parameters of type BaseIntVectorModifierConstructorDescriptionAvroEnumConsumer
(BaseIntVector vector) Instantiate a AvroEnumConsumer. -
Uses of BaseIntVector in org.apache.arrow.algorithm.dictionary
Classes in org.apache.arrow.algorithm.dictionary with type parameters of type BaseIntVectorModifier and TypeInterfaceDescriptioninterface
DictionaryEncoder<E extends BaseIntVector,
D extends ValueVector> A dictionary encoder translates one vector into another one based on a dictionary vector.class
HashTableDictionaryEncoder<E extends BaseIntVector,
D extends ElementAddressableVector> Dictionary encoder based on hash table.class
LinearDictionaryEncoder<E extends BaseIntVector,
D extends ValueVector> Dictionary encoder based on linear search.class
SearchDictionaryEncoder<E extends BaseIntVector,
D extends ValueVector> Dictionary encoder based on searching. -
Uses of BaseIntVector in org.apache.arrow.algorithm.misc
Methods in org.apache.arrow.algorithm.misc with parameters of type BaseIntVectorModifier and TypeMethodDescriptionstatic int
PartialSumUtils.findPositionInPartialSumVector
(BaseIntVector partialSumVector, long value) Given a value and a partial sum vector, finds its position in the partial sum vector.static void
PartialSumUtils.toDeltaVector
(BaseIntVector partialSumVector, BaseIntVector deltaVector) Converts an input vector to the delta vector.static void
PartialSumUtils.toPartialSumVector
(BaseIntVector deltaVector, BaseIntVector partialSumVector, long sumBase) Converts an input vector to a partial sum vector. -
Uses of BaseIntVector in org.apache.arrow.vector
Classes in org.apache.arrow.vector that implement BaseIntVectorModifier and TypeClassDescriptionfinal class
BigIntVector implements a fixed width vector (8 bytes) of integer values which could be null.final class
IntVector implements a fixed width (4 bytes) vector of integer values which could be null.final class
SmallIntVector implements a fixed width (2 bytes) vector of short values which could be null.final class
TinyIntVector implements a fixed width (1 bytes) vector of byte values which could be null.final class
UInt1Vector implements a fixed width (1 bytes) vector of integer values which could be null.final class
UInt2Vector implements a fixed width (2 bytes) vector of integer values which could be null.final class
UInt4Vector implements a fixed width (4 bytes) vector of integer values which could be null.final class
UInt8Vector implements a fixed width vector (8 bytes) of integer values which could be null.