Uses of Interface
org.apache.drill.exec.vector.NullableVector
Packages that use NullableVector
Package
Description
Handles the details of the result set loader implementation.
Implementation of the vector writers.
-
Uses of NullableVector in org.apache.drill.exec.physical.resultSet.impl
Constructors in org.apache.drill.exec.physical.resultSet.impl with parameters of type NullableVectorModifierConstructorDescriptionNullableVectorState(AbstractObjectWriter writer, NullableVector vector) -
Uses of NullableVector in org.apache.drill.exec.vector
Classes in org.apache.drill.exec.vector that implement NullableVectorModifier and TypeClassDescriptionfinal classNullableBigInt implements a vector of values which could be null.final classNullableBit implements a vector of values which could be null.final classNullableDate implements a vector of values which could be null.final classNullableDecimal18 implements a vector of values which could be null.final classNullableDecimal28Dense implements a vector of values which could be null.final classNullableDecimal28Sparse implements a vector of values which could be null.final classNullableDecimal38Dense implements a vector of values which could be null.final classNullableDecimal38Sparse implements a vector of values which could be null.final classNullableDecimal9 implements a vector of values which could be null.final classNullableFloat4 implements a vector of values which could be null.final classNullableFloat8 implements a vector of values which could be null.final classNullableIntervalDay implements a vector of values which could be null.final classNullableInterval implements a vector of values which could be null.final classNullableIntervalYear implements a vector of values which could be null.final classNullableInt implements a vector of values which could be null.final classNullableSmallInt implements a vector of values which could be null.final classNullableTimeStamp implements a vector of values which could be null.final classNullableTime implements a vector of values which could be null.final classNullableTinyInt implements a vector of values which could be null.final classNullableUInt1 implements a vector of values which could be null.final classNullableUInt2 implements a vector of values which could be null.final classNullableUInt4 implements a vector of values which could be null.final classNullableUInt8 implements a vector of values which could be null.final classNullableVar16Char implements a vector of values which could be null.final classNullableVarBinary implements a vector of values which could be null.final classNullableVarChar implements a vector of values which could be null.final classNullableVarDecimal implements a vector of values which could be null. -
Uses of NullableVector in org.apache.drill.exec.vector.accessor.writer
Methods in org.apache.drill.exec.vector.accessor.writer with parameters of type NullableVectorModifier and TypeMethodDescriptionNullableScalarWriter.build(ColumnMetadata schema, NullableVector nullableVector, BaseScalarWriter baseWriter) Constructors in org.apache.drill.exec.vector.accessor.writer with parameters of type NullableVectorModifierConstructorDescriptionNullableScalarWriter(ColumnMetadata schema, NullableVector nullableVector, BaseScalarWriter baseWriter)