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