Uses of Class
org.apache.drill.exec.vector.VarCharVector
Packages that use 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
Fields in org.apache.drill.exec.expr.holders declared as VarCharVectorModifier and TypeFieldDescriptionRepeatedVarCharHolder.vector
The Vector holding the actual values. -
Uses of VarCharVector in org.apache.drill.exec.store.parquet.columnreaders
Methods in org.apache.drill.exec.store.parquet.columnreaders that return types with arguments of type VarCharVectorModifier and TypeMethodDescriptionprotected VarLenColumnBulkInput<VarCharVector>
VarLengthColumnReaders.VarCharColumn.newVLBulkInput
(int recordsToRead) -
Uses of VarCharVector in org.apache.drill.exec.vector
Methods in org.apache.drill.exec.vector that return VarCharVectorModifier and TypeMethodDescriptionNullableVarCharVector.convertToRequiredVector()
RepeatedVarCharVector.getDataVector()
NullableVarCharVector.getValuesVector()
NullableVarCharVector.Mutator.getVectorWithValues()
Methods in org.apache.drill.exec.vector that return types with arguments of type VarCharVectorModifier and TypeMethodDescriptionRepeatedVarCharVector.addOrGetVector
(VectorDescriptor descriptor) Methods in org.apache.drill.exec.vector with parameters of type VarCharVectorModifier 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) Constructors in org.apache.drill.exec.vector with parameters of type VarCharVectorModifierConstructorDescriptionBufferedMutator
(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
Constructors in org.apache.drill.exec.vector.accessor with parameters of type VarCharVector -
Uses of VarCharVector in org.apache.drill.exec.vector.accessor.impl
Methods in org.apache.drill.exec.vector.accessor.impl with parameters of type VarCharVectorModifier 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
Constructors in org.apache.drill.exec.vector.complex.impl with parameters of type VarCharVectorModifierConstructorDescriptionVarCharReaderImpl
(VarCharVector vector) VarCharWriterImpl
(VarCharVector vector, org.apache.drill.exec.vector.complex.impl.AbstractFieldWriter parent)