Uses of Class
org.apache.drill.exec.vector.VarDecimalVector
Packages that use VarDecimalVector
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 VarDecimalVector in org.apache.drill.exec.expr.holders
Fields in org.apache.drill.exec.expr.holders declared as VarDecimalVectorModifier and TypeFieldDescriptionRepeatedVarDecimalHolder.vector
The Vector holding the actual values. -
Uses of VarDecimalVector in org.apache.drill.exec.store.parquet.columnreaders
Fields in org.apache.drill.exec.store.parquet.columnreaders declared as VarDecimalVectorModifier and TypeFieldDescriptionprotected VarDecimalVector
VarLengthColumnReaders.VarDecimalColumn.varDecimalVector
Methods in org.apache.drill.exec.store.parquet.columnreaders that return types with arguments of type VarDecimalVectorModifier and TypeMethodDescriptionprotected VarLenColumnBulkInput<VarDecimalVector>
VarLengthColumnReaders.VarDecimalColumn.newVLBulkInput
(int recordsToRead) -
Uses of VarDecimalVector in org.apache.drill.exec.vector
Methods in org.apache.drill.exec.vector that return VarDecimalVectorModifier and TypeMethodDescriptionNullableVarDecimalVector.convertToRequiredVector()
RepeatedVarDecimalVector.getDataVector()
NullableVarDecimalVector.getValuesVector()
NullableVarDecimalVector.Mutator.getVectorWithValues()
Methods in org.apache.drill.exec.vector that return types with arguments of type VarDecimalVectorModifier and TypeMethodDescriptionRepeatedVarDecimalVector.addOrGetVector
(VectorDescriptor descriptor) Methods in org.apache.drill.exec.vector with parameters of type VarDecimalVectorModifier and TypeMethodDescriptionprotected void
VarDecimalVector.copyFrom
(int fromIndex, int thisIndex, VarDecimalVector from) void
NullableVarDecimalVector.copyFromSafe
(int fromIndex, int thisIndex, VarDecimalVector from) void
VarDecimalVector.copyFromSafe
(int fromIndex, int thisIndex, VarDecimalVector from) void
NullableVarDecimalVector.Mutator.fromNotNullable
(VarDecimalVector srce) void
VarDecimalVector.splitAndTransferTo
(int startIndex, int length, VarDecimalVector target) void
VarDecimalVector.transferTo
(VarDecimalVector target) Constructors in org.apache.drill.exec.vector with parameters of type VarDecimalVectorModifierConstructorDescriptionBufferedMutator
(int startIdx, int buffSz, VarDecimalVector parent) Buffered mutator to optimize bulk access to the underlying vector containerBufferedMutator
(int startIdx, VarDecimalVector parent) -
Uses of VarDecimalVector in org.apache.drill.exec.vector.accessor
Constructors in org.apache.drill.exec.vector.accessor with parameters of type VarDecimalVector -
Uses of VarDecimalVector in org.apache.drill.exec.vector.complex.impl
Constructors in org.apache.drill.exec.vector.complex.impl with parameters of type VarDecimalVectorModifierConstructorDescriptionVarDecimalReaderImpl
(VarDecimalVector vector) VarDecimalWriterImpl
(VarDecimalVector vector, org.apache.drill.exec.vector.complex.impl.AbstractFieldWriter parent)