Uses of Interface
org.apache.drill.exec.physical.impl.scan.project.NullColumnLoader.NullColumnSpec
Package
Description
Provides run-time semantic analysis of the projection list for the
scan operator.
-
Uses of NullColumnLoader.NullColumnSpec in org.apache.drill.exec.physical.impl.scan.project
Modifier and TypeClassDescriptionclass
Projected column that serves as both a resolved column (provides projection mapping) and a null column spec (provides the information needed to create the required null vectors.)Modifier and TypeFieldDescriptionprotected final List<NullColumnLoader.NullColumnSpec>
NullColumnBuilder.nullCols
Creates null columns if needed.ModifierConstructorDescriptionNullColumnLoader
(ResultVectorCache vectorCache, List<? extends NullColumnLoader.NullColumnSpec> defns, TypeProtos.MajorType nullType, boolean allowRequired)