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 class
NullableBigInt implements a vector of values which could be null.final class
NullableBit implements a vector of values which could be null.final class
NullableDate implements a vector of values which could be null.final class
NullableDecimal18 implements a vector of values which could be null.final class
NullableDecimal28Dense implements a vector of values which could be null.final class
NullableDecimal28Sparse implements a vector of values which could be null.final class
NullableDecimal38Dense implements a vector of values which could be null.final class
NullableDecimal38Sparse implements a vector of values which could be null.final class
NullableDecimal9 implements a vector of values which could be null.final class
NullableFloat4 implements a vector of values which could be null.final class
NullableFloat8 implements a vector of values which could be null.final class
NullableIntervalDay implements a vector of values which could be null.final class
NullableInterval implements a vector of values which could be null.final class
NullableIntervalYear implements a vector of values which could be null.final class
NullableInt implements a vector of values which could be null.final class
NullableSmallInt implements a vector of values which could be null.final class
NullableTimeStamp implements a vector of values which could be null.final class
NullableTime implements a vector of values which could be null.final class
NullableTinyInt implements a vector of values which could be null.final class
NullableUInt1 implements a vector of values which could be null.final class
NullableUInt2 implements a vector of values which could be null.final class
NullableUInt4 implements a vector of values which could be null.final class
NullableUInt8 implements a vector of values which could be null.final class
NullableVar16Char implements a vector of values which could be null.final class
NullableVarBinary implements a vector of values which could be null.final class
NullableVarChar implements a vector of values which could be null.final class
NullableVarDecimal 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)