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.vectorThe 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 VarDecimalVectorVarLengthColumnReaders.VarDecimalColumn.varDecimalVectorMethods 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 voidVarDecimalVector.copyFrom(int fromIndex, int thisIndex, VarDecimalVector from) voidNullableVarDecimalVector.copyFromSafe(int fromIndex, int thisIndex, VarDecimalVector from) voidVarDecimalVector.copyFromSafe(int fromIndex, int thisIndex, VarDecimalVector from) voidNullableVarDecimalVector.Mutator.fromNotNullable(VarDecimalVector srce) voidVarDecimalVector.splitAndTransferTo(int startIndex, int length, VarDecimalVector target) voidVarDecimalVector.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)