Class WildcardProjection

java.lang.Object
org.apache.drill.exec.physical.impl.scan.project.ReaderLevelProjection
org.apache.drill.exec.physical.impl.scan.project.WildcardProjection

public class WildcardProjection extends ReaderLevelProjection
Perform a wildcard projection. In this case, the query wants all columns in the source table, so the table drives the final projection. Since we include only those columns in the table, there is no need to create null columns. Example: SELECT *