Uses of Class
org.apache.drill.exec.physical.impl.scan.project.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
-
Uses of ResolvedColumn in org.apache.drill.exec.physical.impl.scan.file
Modifier 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
Modifier 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.