Uses of Class
org.apache.drill.exec.vector.NullableIntervalVector
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 NullableIntervalVector in org.apache.drill.exec.vector
Modifier and TypeMethodDescriptionvoid
NullableIntervalVector.copyFrom
(int fromIndex, int thisIndex, NullableIntervalVector from) void
NullableIntervalVector.copyFromSafe
(int fromIndex, int thisIndex, NullableIntervalVector from) void
NullableIntervalVector.splitAndTransferTo
(int startIndex, int length, NullableIntervalVector target) void
NullableIntervalVector.transferTo
(NullableIntervalVector target) -
Uses of NullableIntervalVector in org.apache.drill.exec.vector.accessor
-
Uses of NullableIntervalVector in org.apache.drill.exec.vector.complex
-
Uses of NullableIntervalVector in org.apache.drill.exec.vector.complex.impl
ModifierConstructorDescriptionNullableIntervalWriterImpl
(NullableIntervalVector vector, org.apache.drill.exec.vector.complex.impl.AbstractFieldWriter parent)