Package org.apache.drill.exec.physical.resultSet.project
package org.apache.drill.exec.physical.resultSet.project
-
ClassDescriptionRepresents a wildcard: SELECT * when used at the root tuple.Utility class to check if a column is consistent with the projection requested for a query.Converts a projection list passed to an operator into a scan projection list, coalescing multiple references to the same column into a single reference.Represents one level of qualifier for a column.Plan-time properties of a requested column.Represents one name element.Represents the set of columns projected for a tuple (row or map.) Each column may have structure: a set of referenced names or array indices.Represents an explicit projection at some tuple level.