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.vectorThe 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 voidVarCharVector.copyFrom(int fromIndex, int thisIndex, VarCharVector from) voidNullableVarCharVector.copyFromSafe(int fromIndex, int thisIndex, VarCharVector from) voidVarCharVector.copyFromSafe(int fromIndex, int thisIndex, VarCharVector from) voidNullableVarCharVector.Mutator.fromNotNullable(VarCharVector srce) voidVarCharVector.splitAndTransferTo(int startIndex, int length, VarCharVector target) voidVarCharVector.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 voidVectorPrinter.printStrings(VarCharVector vector, int start, int length) static StringVectorPrinter.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)