Uses of Class
org.apache.drill.exec.physical.impl.scan.project.AbstractUnresolvedColumn
Package
Description
Handles the special "columns" column used by the text reader,
and available to similar readers.
Provides run-time semantic analysis of the projection list for the
scan operator.
-
Uses of AbstractUnresolvedColumn in org.apache.drill.exec.physical.impl.scan.columns
-
Uses of AbstractUnresolvedColumn in org.apache.drill.exec.physical.impl.scan.project
Modifier and TypeClassDescriptionstatic class
Represents an unresolved table column to be provided by the reader (or filled in with nulls.) May be associated with a provided schema column.static class