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

Packages that use ElementAddressableVector
Package
Description
Utilities to bind Arrow data as JDBC prepared statement parameters.
 
 
 
  • Uses of ElementAddressableVector in org.apache.arrow.adapter.jdbc.binder

    Classes in org.apache.arrow.adapter.jdbc.binder with type parameters of type ElementAddressableVector
    Modifier and Type
    Class
    Description
    class 
    A binder for variable-width binary types.
  • Uses of ElementAddressableVector in org.apache.arrow.algorithm.dictionary

    Classes in org.apache.arrow.algorithm.dictionary with type parameters of type ElementAddressableVector
    Modifier and Type
    Class
    Description
    class 
    This class builds the dictionary based on a hash table.
    class 
    Dictionary encoder based on hash table.
  • Uses of ElementAddressableVector in org.apache.arrow.vector

    Modifier and Type
    Interface
    Description
    interface 
    Interface for all fixed width ElementAddressableVector (e.g.
    interface 
    A base interface for common functionalities in variable width vectors.
    interface 
    Interface vectors that contain variable width members (e.g.
    Modifier and Type
    Class
    Description
    class 
    BaseFixedWidthVector provides an abstract interface for implementing vectors of fixed width values.
    class 
    BaseLargeVariableWidthVector is a base class providing functionality for large strings/large bytes types.
    class 
    BaseVariableWidthVector is a base class providing functionality for strings/bytes types.
    class 
    BaseVariableWidthViewVector is a base class providing functionality for strings/bytes types in view format.
    final class 
    BigIntVector implements a fixed width vector (8 bytes) of integer values which could be null.
    final class 
    BitVector implements a fixed width (1 bit) vector of boolean values which could be null.
    final class 
    DateDayVector implements a fixed width (4 bytes) vector of date values which could be null.
    final class 
    DateMilliVector implements a fixed width vector (8 bytes) of date values which could be null.
    final class 
    Decimal256Vector implements a fixed width vector (32 bytes) of decimal values which could be null.
    final class 
    DecimalVector implements a fixed width vector (16 bytes) of decimal values which could be null.
    final class 
    DurationVector implements a fixed width vector (8 bytes) of a configurable TimeUnit granularity duration values which could be null.
    class 
    FixedSizeBinaryVector implements a fixed width vector of binary values which could be null.
    final class 
    Float2Vector implements a fixed width (2 bytes) vector of short values which could be null.
    final class 
    Float4Vector implements a fixed width vector (4 bytes) of float values which could be null.
    final class 
    Float8Vector implements a fixed width vector (8 bytes) of double values which could be null.
    final class 
    IntervalDayVector implements a fixed width vector (8 bytes) of interval (days and milliseconds) values which could be null.
    final class 
    IntervalMonthDayNanoVector implements a fixed width vector (16 bytes) of interval (month, days and nanoseconds) values which could be null.
    final class 
    IntervalYearVector implements a fixed width (4 bytes) vector of interval (years and months) values which could be null.
    final class 
    IntVector implements a fixed width (4 bytes) vector of integer values which could be null.
    final class 
    LargeVarBinaryVector implements a large variable width vector of binary values which could be NULL.
    final class 
    LargeVarCharVector implements a variable width vector of VARCHAR values which could be NULL.
    final class 
    SmallIntVector implements a fixed width (2 bytes) vector of short values which could be null.
    final class 
    TimeMicroVector implements a fixed width vector (8 bytes) of time (microsecond resolution) values which could be null.
    final class 
    TimeMilliVector implements a fixed width (4 bytes) vector of time (millisecond resolution) values which could be null.
    final class 
    TimeNanoVector implements a fixed width vector (8 bytes) of time (nanosecond resolution) values which could be null.
    final class 
    TimeSecVector implements a fixed width (4 bytes) vector of time (seconds resolution) values which could be null.
    final class 
    TimeStampMicroTZVector implements a fixed width vector (8 bytes) of timestamp (microsecond resolution) values which could be null.
    final class 
    TimeStampMicroVector implements a fixed width vector (8 bytes) of timestamp (microsecond resolution) values which could be null.
    final class 
    TimeStampMilliTZVector implements a fixed width vector (8 bytes) of timestamp (millisecond resolution) values which could be null.
    final class 
    TimeStampMilliVector implements a fixed width vector (8 bytes) of timestamp (millisecond resolution) values which could be null.
    final class 
    TimeStampNanoTZVector implements a fixed width vector (8 bytes) of timestamp (nanosecond resolution) values which could be null.
    final class 
    TimeStampNanoVector implements a fixed width vector (8 bytes) of timestamp (nanosecond resolution) values which could be null.
    final class 
    TimeStampSecTZVector implements a fixed width vector (8 bytes) of timestamp (seconds resolution) values which could be null.
    final class 
    TimeStampSecVector implements a fixed width vector (8 bytes) of timestamp (seconds resolution) values which could be null.
    class 
    TimeStampVector is an abstract interface for fixed width vector (8 bytes) of timestamp 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.
    final class 
    VarBinaryVector implements a variable width vector of binary values which could be NULL.
    final class 
    VarCharVector implements a variable width vector of VARCHAR values which could be NULL.
    final class 
    ViewVarBinaryVector implements a variable width view vector of binary values which could be NULL.
    final class 
    ViewVarCharVector implements a view of a variable width vector of VARCHAR values which could be NULL.
  • Uses of ElementAddressableVector in org.apache.arrow.vector.util

    Classes in org.apache.arrow.vector.util with type parameters of type ElementAddressableVector
    Modifier and Type
    Class
    Description
    class 
    Iterator for traversing elements of a ElementAddressableVector.