Uses of Class
org.apache.drill.exec.vector.NullableVarDecimalVector
Packages that use NullableVarDecimalVector
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 NullableVarDecimalVector in org.apache.drill.exec.store.parquet.columnreaders
Fields in org.apache.drill.exec.store.parquet.columnreaders declared as NullableVarDecimalVectorModifier and TypeFieldDescriptionprotected NullableVarDecimalVectorVarLengthColumnReaders.NullableVarDecimalColumn.nullableVarDecimalVectorMethods in org.apache.drill.exec.store.parquet.columnreaders that return types with arguments of type NullableVarDecimalVectorModifier and TypeMethodDescriptionprotected VarLenColumnBulkInput<NullableVarDecimalVector> VarLengthColumnReaders.NullableVarDecimalColumn.newVLBulkInput(int recordsToRead) -
Uses of NullableVarDecimalVector in org.apache.drill.exec.vector
Methods in org.apache.drill.exec.vector with parameters of type NullableVarDecimalVectorModifier and TypeMethodDescriptionvoidNullableVarDecimalVector.copyFrom(int fromIndex, int thisIndex, NullableVarDecimalVector from) voidNullableVarDecimalVector.copyFromSafe(int fromIndex, int thisIndex, NullableVarDecimalVector from) voidNullableVarDecimalVector.splitAndTransferTo(int startIndex, int length, NullableVarDecimalVector target) voidNullableVarDecimalVector.transferTo(NullableVarDecimalVector target) -
Uses of NullableVarDecimalVector in org.apache.drill.exec.vector.accessor
Constructors in org.apache.drill.exec.vector.accessor with parameters of type NullableVarDecimalVector -
Uses of NullableVarDecimalVector in org.apache.drill.exec.vector.complex
Methods in org.apache.drill.exec.vector.complex that return NullableVarDecimalVector -
Uses of NullableVarDecimalVector in org.apache.drill.exec.vector.complex.impl
Constructors in org.apache.drill.exec.vector.complex.impl with parameters of type NullableVarDecimalVectorModifierConstructorDescriptionNullableVarDecimalWriterImpl(NullableVarDecimalVector vector, org.apache.drill.exec.vector.complex.impl.AbstractFieldWriter parent)