Uses of Class
org.apache.drill.exec.vector.NullableVarCharVector
Packages that use NullableVarCharVector
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 NullableVarCharVector in org.apache.drill.exec.store.parquet.columnreaders
Methods in org.apache.drill.exec.store.parquet.columnreaders that return types with arguments of type NullableVarCharVectorModifier and TypeMethodDescriptionprotected VarLenColumnBulkInput<NullableVarCharVector>
VarLengthColumnReaders.NullableVarCharColumn.newVLBulkInput
(int recordsToRead) -
Uses of NullableVarCharVector in org.apache.drill.exec.vector
Methods in org.apache.drill.exec.vector with parameters of type NullableVarCharVectorModifier and TypeMethodDescriptionvoid
NullableVarCharVector.copyFrom
(int fromIndex, int thisIndex, NullableVarCharVector from) void
NullableVarCharVector.copyFromSafe
(int fromIndex, int thisIndex, NullableVarCharVector from) void
NullableVarCharVector.splitAndTransferTo
(int startIndex, int length, NullableVarCharVector target) void
NullableVarCharVector.transferTo
(NullableVarCharVector target) -
Uses of NullableVarCharVector in org.apache.drill.exec.vector.accessor
Constructors in org.apache.drill.exec.vector.accessor with parameters of type NullableVarCharVector -
Uses of NullableVarCharVector in org.apache.drill.exec.vector.complex
Methods in org.apache.drill.exec.vector.complex that return NullableVarCharVector -
Uses of NullableVarCharVector in org.apache.drill.exec.vector.complex.impl
Constructors in org.apache.drill.exec.vector.complex.impl with parameters of type NullableVarCharVectorModifierConstructorDescriptionNullableVarCharWriterImpl
(NullableVarCharVector vector, org.apache.drill.exec.vector.complex.impl.AbstractFieldWriter parent)