Uses of Interface
org.apache.arrow.vector.ValueIterableVector
Packages that use ValueIterableVector
-
Uses of ValueIterableVector in org.apache.arrow.vector
Classes in org.apache.arrow.vector that implement ValueIterableVectorModifier and TypeClassDescriptionfinal 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.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.classA null type vector.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.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.final classA zero length vector of any type. -
Uses of ValueIterableVector in org.apache.arrow.vector.complex
Classes in org.apache.arrow.vector.complex that implement ValueIterableVectorModifier and TypeClassDescriptionclassclassA 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.classA struct vector that has no null values (and no validity buffer).classA Struct vector consists of nullability/validity buffer and children vectors that make up the struct's fields.