Class ResolvedMapColumn

java.lang.Object
org.apache.drill.exec.physical.impl.scan.project.ResolvedColumn
org.apache.drill.exec.physical.impl.scan.project.ResolvedMapColumn
All Implemented Interfaces:
ColumnProjection

public class ResolvedMapColumn extends ResolvedColumn
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. This kind of column gives rise to a map of null columns in the output.