Uses of Class
org.apache.drill.exec.vector.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
Modifier and TypeFieldDescriptionRepeatedIntervalDayHolder.vector
The Vector holding the actual values. -
Uses of IntervalDayVector in org.apache.drill.exec.vector
Modifier and TypeMethodDescriptionNullableIntervalDayVector.convertToRequiredVector()
RepeatedIntervalDayVector.getDataVector()
NullableIntervalDayVector.getValuesVector()
NullableIntervalDayVector.Mutator.getVectorWithValues()
Modifier and TypeMethodDescriptionRepeatedIntervalDayVector.addOrGetVector
(VectorDescriptor descriptor) Modifier 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
-
Uses of IntervalDayVector in org.apache.drill.exec.vector.complex.impl
ModifierConstructorDescriptionIntervalDayWriterImpl
(IntervalDayVector vector, org.apache.drill.exec.vector.complex.impl.AbstractFieldWriter parent)