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