Class ResolvedDictColumn
java.lang.Object
org.apache.drill.exec.physical.impl.scan.project.ResolvedColumn
org.apache.drill.exec.physical.impl.scan.project.ResolvedDictColumn
- All Implemented Interfaces:
ColumnProjection
-
Constructor Summary
ConstructorDescriptionResolvedDictColumn
(ResolvedTuple parent, String name) ResolvedDictColumn
(ResolvedTuple parent, MaterializedField schema, int sourceIndex) -
Method Summary
Methods inherited from class org.apache.drill.exec.physical.impl.scan.project.ResolvedColumn
metadata, source, sourceIndex
-
Constructor Details
-
ResolvedDictColumn
-
ResolvedDictColumn
-
-
Method Details
-
parent
-
name
Description copied from interface:ColumnProjection
The name of the column as it appears in the output row (record batch.)- Returns:
- the output column name
-
members
-
project
- Overrides:
project
in classResolvedColumn
-
schema
Description copied from class:ResolvedColumn
Return the type of this column. Used primarily by the schema smoothing mechanism.- Specified by:
schema
in classResolvedColumn
- Returns:
- the MaterializedField representation of this column
-