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.vectorThe 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 TypeMethodDescriptionvoidIntervalVector.copyFrom(int fromIndex, int thisIndex, IntervalVector from) voidIntervalVector.copyFromSafe(int fromIndex, int thisIndex, IntervalVector from) voidNullableIntervalVector.copyFromSafe(int fromIndex, int thisIndex, IntervalVector from) voidNullableIntervalVector.Mutator.fromNotNullable(IntervalVector srce) voidIntervalVector.splitAndTransferTo(int startIndex, int length, IntervalVector target) voidIntervalVector.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)