Uses of Class
org.apache.drill.exec.vector.IntervalDayVector
Packages that use IntervalDayVector
Package
Description
Provides a light-weight, simplified set of column readers and writers that
can be plugged into a variety of row-level readers and writers.
-
Uses of IntervalDayVector in org.apache.drill.exec.expr.holders
Fields in org.apache.drill.exec.expr.holders declared as IntervalDayVectorModifier and TypeFieldDescriptionRepeatedIntervalDayHolder.vector
The Vector holding the actual values. -
Uses of IntervalDayVector in org.apache.drill.exec.vector
Methods in org.apache.drill.exec.vector that return IntervalDayVectorModifier and TypeMethodDescriptionNullableIntervalDayVector.convertToRequiredVector()
RepeatedIntervalDayVector.getDataVector()
NullableIntervalDayVector.getValuesVector()
NullableIntervalDayVector.Mutator.getVectorWithValues()
Methods in org.apache.drill.exec.vector that return types with arguments of type IntervalDayVectorModifier and TypeMethodDescriptionRepeatedIntervalDayVector.addOrGetVector
(VectorDescriptor descriptor) Methods in org.apache.drill.exec.vector with parameters of type IntervalDayVectorModifier and TypeMethodDescriptionvoid
IntervalDayVector.copyFrom
(int fromIndex, int thisIndex, IntervalDayVector from) void
IntervalDayVector.copyFromSafe
(int fromIndex, int thisIndex, IntervalDayVector from) void
NullableIntervalDayVector.copyFromSafe
(int fromIndex, int thisIndex, IntervalDayVector from) void
NullableIntervalDayVector.Mutator.fromNotNullable
(IntervalDayVector srce) void
IntervalDayVector.splitAndTransferTo
(int startIndex, int length, IntervalDayVector target) void
IntervalDayVector.transferTo
(IntervalDayVector target) -
Uses of IntervalDayVector in org.apache.drill.exec.vector.accessor
Constructors in org.apache.drill.exec.vector.accessor with parameters of type IntervalDayVector -
Uses of IntervalDayVector in org.apache.drill.exec.vector.complex.impl
Constructors in org.apache.drill.exec.vector.complex.impl with parameters of type IntervalDayVectorModifierConstructorDescriptionIntervalDayWriterImpl
(IntervalDayVector vector, org.apache.drill.exec.vector.complex.impl.AbstractFieldWriter parent)