Uses of Interface
org.apache.arrow.vector.BaseIntVector

Packages that use BaseIntVector
Package
Description
 
  • Uses of BaseIntVector in org.apache.arrow.vector

    Classes in org.apache.arrow.vector that implement BaseIntVector
    Modifier and Type
    Class
    Description
    final 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.