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.vectorThe 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 TypeMethodDescriptionvoidIntervalDayVector.copyFrom(int fromIndex, int thisIndex, IntervalDayVector from) voidIntervalDayVector.copyFromSafe(int fromIndex, int thisIndex, IntervalDayVector from) voidNullableIntervalDayVector.copyFromSafe(int fromIndex, int thisIndex, IntervalDayVector from) voidNullableIntervalDayVector.Mutator.fromNotNullable(IntervalDayVector srce) voidIntervalDayVector.splitAndTransferTo(int startIndex, int length, IntervalDayVector target) voidIntervalDayVector.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)