Uses of Class
org.apache.drill.exec.vector.IntervalYearVector
Packages that use IntervalYearVector
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 IntervalYearVector in org.apache.drill.exec.expr.holders
Fields in org.apache.drill.exec.expr.holders declared as IntervalYearVectorModifier and TypeFieldDescriptionRepeatedIntervalYearHolder.vectorThe Vector holding the actual values. -
Uses of IntervalYearVector in org.apache.drill.exec.vector
Methods in org.apache.drill.exec.vector that return IntervalYearVectorModifier and TypeMethodDescriptionNullableIntervalYearVector.convertToRequiredVector()RepeatedIntervalYearVector.getDataVector()NullableIntervalYearVector.getValuesVector()NullableIntervalYearVector.Mutator.getVectorWithValues()Methods in org.apache.drill.exec.vector that return types with arguments of type IntervalYearVectorModifier and TypeMethodDescriptionRepeatedIntervalYearVector.addOrGetVector(VectorDescriptor descriptor) Methods in org.apache.drill.exec.vector with parameters of type IntervalYearVectorModifier and TypeMethodDescriptionvoidIntervalYearVector.copyFrom(int fromIndex, int thisIndex, IntervalYearVector from) voidIntervalYearVector.copyFromSafe(int fromIndex, int thisIndex, IntervalYearVector from) voidNullableIntervalYearVector.copyFromSafe(int fromIndex, int thisIndex, IntervalYearVector from) voidNullableIntervalYearVector.Mutator.fromNotNullable(IntervalYearVector srce) voidIntervalYearVector.splitAndTransferTo(int startIndex, int length, IntervalYearVector target) voidIntervalYearVector.transferTo(IntervalYearVector target) -
Uses of IntervalYearVector in org.apache.drill.exec.vector.accessor
Constructors in org.apache.drill.exec.vector.accessor with parameters of type IntervalYearVector -
Uses of IntervalYearVector in org.apache.drill.exec.vector.complex.impl
Constructors in org.apache.drill.exec.vector.complex.impl with parameters of type IntervalYearVectorModifierConstructorDescriptionIntervalYearWriterImpl(IntervalYearVector vector, org.apache.drill.exec.vector.complex.impl.AbstractFieldWriter parent)