Uses of Class
org.apache.drill.exec.vector.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
Modifier and TypeMethodDescriptionprotected VarLenColumnBulkInput<NullableVarCharVector>
VarLengthColumnReaders.NullableVarCharColumn.newVLBulkInput
(int recordsToRead) -
Uses of NullableVarCharVector in org.apache.drill.exec.vector
Modifier 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
-
Uses of NullableVarCharVector in org.apache.drill.exec.vector.complex
-
Uses of NullableVarCharVector in org.apache.drill.exec.vector.complex.impl
ModifierConstructorDescriptionNullableVarCharWriterImpl
(NullableVarCharVector vector, org.apache.drill.exec.vector.complex.impl.AbstractFieldWriter parent)