Uses of Interface
org.apache.arrow.vector.BaseIntVector
Packages that use BaseIntVector
-
Uses of BaseIntVector in org.apache.arrow.vector
Classes in org.apache.arrow.vector that implement BaseIntVectorModifier and TypeClassDescriptionfinal classBigIntVector implements a fixed width vector (8 bytes) of integer values which could be null.final classIntVector implements a fixed width (4 bytes) vector of integer values which could be null.final classSmallIntVector implements a fixed width (2 bytes) vector of short values which could be null.final classTinyIntVector implements a fixed width (1 bytes) vector of byte values which could be null.final classUInt1Vector implements a fixed width (1 bytes) vector of integer values which could be null.final classUInt2Vector implements a fixed width (2 bytes) vector of integer values which could be null.final classUInt4Vector implements a fixed width (4 bytes) vector of integer values which could be null.final classUInt8Vector implements a fixed width vector (8 bytes) of integer values which could be null.