Uses of Class
org.apache.arrow.vector.BaseValueVector
Packages that use BaseValueVector
-
Uses of BaseValueVector in org.apache.arrow.vector
Subclasses of BaseValueVector in org.apache.arrow.vectorModifier and TypeClassDescriptionclassBaseFixedWidthVector provides an abstract interface for implementing vectors of fixed width values.classBaseLargeVariableWidthVector is a base class providing functionality for large strings/large bytes types.classBaseVariableWidthVector is a base class providing functionality for strings/bytes types.classBaseVariableWidthViewVector is a base class providing functionality for strings/bytes types in view format.final classBigIntVector implements a fixed width vector (8 bytes) of integer values which could be null.final classBitVector implements a fixed width (1 bit) vector of boolean values which could be null.final classDateDayVector implements a fixed width (4 bytes) vector of date values which could be null.final classDateMilliVector implements a fixed width vector (8 bytes) of date values which could be null.final classDecimal256Vector implements a fixed width vector (32 bytes) of decimal values which could be null.final classDecimalVector implements a fixed width vector (16 bytes) of decimal values which could be null.final classDurationVector implements a fixed width vector (8 bytes) of a configurable TimeUnit granularity duration values which could be null.classExtensionTypeVector<T extends ValueVector & FieldVector>A vector that wraps an underlying vector, used to help implement extension types.classFixedSizeBinaryVector implements a fixed width vector of binary values which could be null.final classFloat2Vector implements a fixed width (2 bytes) vector of short values which could be null.final classFloat4Vector implements a fixed width vector (4 bytes) of float values which could be null.final classFloat8Vector implements a fixed width vector (8 bytes) of double values which could be null.final classIntervalDayVector implements a fixed width vector (8 bytes) of interval (days and milliseconds) values which could be null.final classIntervalMonthDayNanoVector implements a fixed width vector (16 bytes) of interval (month, days and nanoseconds) values which could be null.final classIntervalYearVector implements a fixed width (4 bytes) vector of interval (years and months) values which could be null.final classIntVector implements a fixed width (4 bytes) vector of integer values which could be null.final classLargeVarBinaryVector implements a large variable width vector of binary values which could be NULL.final classLargeVarCharVector implements a variable width vector of VARCHAR values which could be NULL.final classSmallIntVector implements a fixed width (2 bytes) vector of short values which could be null.final classTimeMicroVector implements a fixed width vector (8 bytes) of time (microsecond resolution) values which could be null.final classTimeMilliVector implements a fixed width (4 bytes) vector of time (millisecond resolution) values which could be null.final classTimeNanoVector implements a fixed width vector (8 bytes) of time (nanosecond resolution) values which could be null.final classTimeSecVector implements a fixed width (4 bytes) vector of time (seconds resolution) values which could be null.final classTimeStampMicroTZVector implements a fixed width vector (8 bytes) of timestamp (microsecond resolution) values which could be null.final classTimeStampMicroVector implements a fixed width vector (8 bytes) of timestamp (microsecond resolution) values which could be null.final classTimeStampMilliTZVector implements a fixed width vector (8 bytes) of timestamp (millisecond resolution) values which could be null.final classTimeStampMilliVector implements a fixed width vector (8 bytes) of timestamp (millisecond resolution) values which could be null.final classTimeStampNanoTZVector implements a fixed width vector (8 bytes) of timestamp (nanosecond resolution) values which could be null.final classTimeStampNanoVector implements a fixed width vector (8 bytes) of timestamp (nanosecond resolution) values which could be null.final classTimeStampSecTZVector implements a fixed width vector (8 bytes) of timestamp (seconds resolution) values which could be null.final classTimeStampSecVector implements a fixed width vector (8 bytes) of timestamp (seconds resolution) values which could be null.classTimeStampVector is an abstract interface for fixed width vector (8 bytes) of timestamp 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.final classVarBinaryVector implements a variable width vector of binary values which could be NULL.final classVarCharVector implements a variable width vector of VARCHAR values which could be NULL.final classViewVarBinaryVector implements a variable width view vector of binary values which could be NULL.final classViewVarCharVector implements a view of a variable width vector of VARCHAR values which could be NULL. -
Uses of BaseValueVector in org.apache.arrow.vector.complex
Subclasses of BaseValueVector in org.apache.arrow.vector.complexModifier and TypeClassDescriptionclassBase class for Vectors that contain repeated values.classclassA ListVector where every list value is of the same size.classA list vector contains lists of a specific type of elements.classA list vector contains lists of a specific type of elements.classA list view vector contains lists of a specific type of elements.classA MapVector is used to store entries of key/value pairs.