Uses of Class
org.apache.arrow.vector.BaseFixedWidthVector
Packages that use BaseFixedWidthVector
Package
Description
-
Uses of BaseFixedWidthVector in org.apache.arrow.vector
Subclasses of BaseFixedWidthVector in org.apache.arrow.vectorModifier 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 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.Methods in org.apache.arrow.vector with parameters of type BaseFixedWidthVectorModifier and TypeMethodDescriptionvoidBaseFixedWidthVector.splitAndTransferTo(int startIndex, int length, BaseFixedWidthVector target) Slice this vector at desired index and length and transfer the corresponding data to the target vector.voidBitVector.splitAndTransferTo(int startIndex, int length, BaseFixedWidthVector target) Slice this vector at desired index and length and transfer the corresponding data to the target vector.voidBaseFixedWidthVector.transferTo(BaseFixedWidthVector target) Transfer this vector's data to another vector. -
Uses of BaseFixedWidthVector in org.apache.arrow.vector.compare
Methods in org.apache.arrow.vector.compare with parameters of type BaseFixedWidthVectorModifier and TypeMethodDescriptionApproxEqualsVisitor.visit(BaseFixedWidthVector left, Range range) RangeEqualsVisitor.visit(BaseFixedWidthVector left, Range range) TypeEqualsVisitor.visit(BaseFixedWidthVector left, Void value) VectorVisitor.visit(BaseFixedWidthVector left, IN value) -
Uses of BaseFixedWidthVector in org.apache.arrow.vector.util
Methods in org.apache.arrow.vector.util with parameters of type BaseFixedWidthVectorModifier and TypeMethodDescriptionVectorAppender.visit(BaseFixedWidthVector deltaVector, Void value) -
Uses of BaseFixedWidthVector in org.apache.arrow.vector.validate
Methods in org.apache.arrow.vector.validate with parameters of type BaseFixedWidthVectorModifier and TypeMethodDescriptionValidateVectorBufferVisitor.visit(BaseFixedWidthVector vector, Void value) ValidateVectorDataVisitor.visit(BaseFixedWidthVector vector, Void value) ValidateVectorTypeVisitor.visit(BaseFixedWidthVector vector, Void value) ValidateVectorVisitor.visit(BaseFixedWidthVector vector, Void value)