Uses of Class
org.apache.drill.exec.vector.IntervalVector
Packages that use IntervalVector
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 IntervalVector in org.apache.drill.exec.expr.holders
Fields in org.apache.drill.exec.expr.holders declared as IntervalVectorModifier and TypeFieldDescriptionRepeatedIntervalHolder.vector
The Vector holding the actual values. -
Uses of IntervalVector in org.apache.drill.exec.vector
Methods in org.apache.drill.exec.vector that return IntervalVectorModifier and TypeMethodDescriptionNullableIntervalVector.convertToRequiredVector()
RepeatedIntervalVector.getDataVector()
NullableIntervalVector.getValuesVector()
NullableIntervalVector.Mutator.getVectorWithValues()
Methods in org.apache.drill.exec.vector that return types with arguments of type IntervalVectorModifier and TypeMethodDescriptionRepeatedIntervalVector.addOrGetVector
(VectorDescriptor descriptor) Methods in org.apache.drill.exec.vector with parameters of type IntervalVectorModifier and TypeMethodDescriptionvoid
IntervalVector.copyFrom
(int fromIndex, int thisIndex, IntervalVector from) void
IntervalVector.copyFromSafe
(int fromIndex, int thisIndex, IntervalVector from) void
NullableIntervalVector.copyFromSafe
(int fromIndex, int thisIndex, IntervalVector from) void
NullableIntervalVector.Mutator.fromNotNullable
(IntervalVector srce) void
IntervalVector.splitAndTransferTo
(int startIndex, int length, IntervalVector target) void
IntervalVector.transferTo
(IntervalVector target) -
Uses of IntervalVector in org.apache.drill.exec.vector.accessor
Constructors in org.apache.drill.exec.vector.accessor with parameters of type IntervalVector -
Uses of IntervalVector in org.apache.drill.exec.vector.complex.impl
Constructors in org.apache.drill.exec.vector.complex.impl with parameters of type IntervalVectorModifierConstructorDescriptionIntervalReaderImpl
(IntervalVector vector) IntervalWriterImpl
(IntervalVector vector, org.apache.drill.exec.vector.complex.impl.AbstractFieldWriter parent)