Uses of Class
org.apache.drill.exec.physical.impl.scan.project.ResolvedColumn
Packages that use ResolvedColumn
Package
Description
Handles the special "columns" column used by the text reader,
and available to similar readers.
Handles optional file metadata columns: implicit columns and
partition columns.
Provides run-time semantic analysis of the projection list for the
scan operator.
-
Uses of ResolvedColumn in org.apache.drill.exec.physical.impl.scan.columns
Subclasses of ResolvedColumn in org.apache.drill.exec.physical.impl.scan.columns -
Uses of ResolvedColumn in org.apache.drill.exec.physical.impl.scan.file
Subclasses of ResolvedColumn in org.apache.drill.exec.physical.impl.scan.fileModifier and TypeClassDescriptionclassRepresents projection column which resolved to a file metadata (AKA "implicit") column such as "filename", "fqn", etc.classResolved value for a metadata column (implicit file or partition column.) Resolution here means identifying a value for the column.classRepresents a partition column (usually dir0, dir1, ...). -
Uses of ResolvedColumn in org.apache.drill.exec.physical.impl.scan.project
Subclasses of ResolvedColumn in org.apache.drill.exec.physical.impl.scan.projectModifier and TypeClassDescriptionclassclassRepresents a column which is implicitly a map (because it has children in the project list), but which does not match any column in the table.classProjected 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.)classColumn that matches one provided by the table.Fields in org.apache.drill.exec.physical.impl.scan.project with type parameters of type ResolvedColumnMethods in org.apache.drill.exec.physical.impl.scan.project that return types with arguments of type ResolvedColumnMethods in org.apache.drill.exec.physical.impl.scan.project with parameters of type ResolvedColumn