Uses of Class
org.apache.drill.exec.vector.NullableIntervalDayVector
Packages that use NullableIntervalDayVector
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 NullableIntervalDayVector in org.apache.drill.exec.vector
Methods in org.apache.drill.exec.vector with parameters of type NullableIntervalDayVectorModifier and TypeMethodDescriptionvoid
NullableIntervalDayVector.copyFrom
(int fromIndex, int thisIndex, NullableIntervalDayVector from) void
NullableIntervalDayVector.copyFromSafe
(int fromIndex, int thisIndex, NullableIntervalDayVector from) void
NullableIntervalDayVector.splitAndTransferTo
(int startIndex, int length, NullableIntervalDayVector target) void
NullableIntervalDayVector.transferTo
(NullableIntervalDayVector target) -
Uses of NullableIntervalDayVector in org.apache.drill.exec.vector.accessor
Constructors in org.apache.drill.exec.vector.accessor with parameters of type NullableIntervalDayVector -
Uses of NullableIntervalDayVector in org.apache.drill.exec.vector.complex
Methods in org.apache.drill.exec.vector.complex that return NullableIntervalDayVector -
Uses of NullableIntervalDayVector in org.apache.drill.exec.vector.complex.impl
Constructors in org.apache.drill.exec.vector.complex.impl with parameters of type NullableIntervalDayVectorModifierConstructorDescriptionNullableIntervalDayWriterImpl
(NullableIntervalDayVector vector, org.apache.drill.exec.vector.complex.impl.AbstractFieldWriter parent)