Uses of Class
org.apache.drill.exec.vector.VarCharVector
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.
Provides implementations of the API defined in the parent package.
-
Uses of VarCharVector in org.apache.drill.exec.expr.holders
Modifier and TypeFieldDescriptionRepeatedVarCharHolder.vector
The Vector holding the actual values. -
Uses of VarCharVector in org.apache.drill.exec.store.parquet.columnreaders
Modifier and TypeMethodDescriptionprotected VarLenColumnBulkInput<VarCharVector>
VarLengthColumnReaders.VarCharColumn.newVLBulkInput
(int recordsToRead) -
Uses of VarCharVector in org.apache.drill.exec.vector
Modifier and TypeMethodDescriptionNullableVarCharVector.convertToRequiredVector()
RepeatedVarCharVector.getDataVector()
NullableVarCharVector.getValuesVector()
NullableVarCharVector.Mutator.getVectorWithValues()
Modifier and TypeMethodDescriptionRepeatedVarCharVector.addOrGetVector
(VectorDescriptor descriptor) Modifier and TypeMethodDescriptionprotected void
VarCharVector.copyFrom
(int fromIndex, int thisIndex, VarCharVector from) void
NullableVarCharVector.copyFromSafe
(int fromIndex, int thisIndex, VarCharVector from) void
VarCharVector.copyFromSafe
(int fromIndex, int thisIndex, VarCharVector from) void
NullableVarCharVector.Mutator.fromNotNullable
(VarCharVector srce) void
VarCharVector.splitAndTransferTo
(int startIndex, int length, VarCharVector target) void
VarCharVector.transferTo
(VarCharVector target) ModifierConstructorDescriptionBufferedMutator
(int startIdx, int buffSz, VarCharVector parent) Buffered mutator to optimize bulk access to the underlying vector containerBufferedMutator
(int startIdx, VarCharVector parent) -
Uses of VarCharVector in org.apache.drill.exec.vector.accessor
-
Uses of VarCharVector in org.apache.drill.exec.vector.accessor.impl
Modifier and TypeMethodDescriptionstatic void
VectorPrinter.printStrings
(VarCharVector vector, int start, int length) static String
VectorPrinter.stringAt
(VarCharVector vector, int i) -
Uses of VarCharVector in org.apache.drill.exec.vector.complex.impl
ModifierConstructorDescriptionVarCharReaderImpl
(VarCharVector vector) VarCharWriterImpl
(VarCharVector vector, org.apache.drill.exec.vector.complex.impl.AbstractFieldWriter parent)