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 TypeClassDescriptionclass
Represents projection column which resolved to a file metadata (AKA "implicit") column such as "filename", "fqn", etc.class
Resolved value for a metadata column (implicit file or partition column.) Resolution here means identifying a value for the column.class
Represents 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 TypeClassDescriptionclass
class
Represents 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.class
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.)class
Column 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