Uses of Class
org.apache.drill.exec.vector.VarBinaryVector
Packages that use VarBinaryVector
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 VarBinaryVector in org.apache.drill.exec.expr.holders
Fields in org.apache.drill.exec.expr.holders declared as VarBinaryVectorModifier and TypeFieldDescriptionRepeatedVarBinaryHolder.vector
The Vector holding the actual values. -
Uses of VarBinaryVector in org.apache.drill.exec.store.parquet.columnreaders
Methods in org.apache.drill.exec.store.parquet.columnreaders that return types with arguments of type VarBinaryVectorModifier and TypeMethodDescriptionprotected VarLenColumnBulkInput<VarBinaryVector>
VarLengthColumnReaders.VarBinaryColumn.newVLBulkInput
(int recordsToRead) -
Uses of VarBinaryVector in org.apache.drill.exec.vector
Methods in org.apache.drill.exec.vector that return VarBinaryVectorModifier and TypeMethodDescriptionNullableVarBinaryVector.convertToRequiredVector()
RepeatedVarBinaryVector.getDataVector()
NullableVarBinaryVector.getValuesVector()
NullableVarBinaryVector.Mutator.getVectorWithValues()
Methods in org.apache.drill.exec.vector that return types with arguments of type VarBinaryVectorModifier and TypeMethodDescriptionRepeatedVarBinaryVector.addOrGetVector
(VectorDescriptor descriptor) Methods in org.apache.drill.exec.vector with parameters of type VarBinaryVectorModifier and TypeMethodDescriptionprotected void
VarBinaryVector.copyFrom
(int fromIndex, int thisIndex, VarBinaryVector from) void
NullableVarBinaryVector.copyFromSafe
(int fromIndex, int thisIndex, VarBinaryVector from) void
VarBinaryVector.copyFromSafe
(int fromIndex, int thisIndex, VarBinaryVector from) void
NullableVarBinaryVector.Mutator.fromNotNullable
(VarBinaryVector srce) void
VarBinaryVector.splitAndTransferTo
(int startIndex, int length, VarBinaryVector target) void
VarBinaryVector.transferTo
(VarBinaryVector target) Constructors in org.apache.drill.exec.vector with parameters of type VarBinaryVectorModifierConstructorDescriptionBufferedMutator
(int startIdx, int buffSz, VarBinaryVector parent) Buffered mutator to optimize bulk access to the underlying vector containerBufferedMutator
(int startIdx, VarBinaryVector parent) -
Uses of VarBinaryVector in org.apache.drill.exec.vector.accessor
Constructors in org.apache.drill.exec.vector.accessor with parameters of type VarBinaryVector -
Uses of VarBinaryVector in org.apache.drill.exec.vector.complex.impl
Constructors in org.apache.drill.exec.vector.complex.impl with parameters of type VarBinaryVectorModifierConstructorDescriptionVarBinaryReaderImpl
(VarBinaryVector vector) VarBinaryWriterImpl
(VarBinaryVector vector, org.apache.drill.exec.vector.complex.impl.AbstractFieldWriter parent)