Class ProjectionFilter.DirectProjectionFilter

java.lang.Object
org.apache.drill.exec.physical.resultSet.impl.ProjectionFilter.DirectProjectionFilter
All Implemented Interfaces:
ProjectionFilter
Enclosing interface:
ProjectionFilter

public static class ProjectionFilter.DirectProjectionFilter extends Object implements ProjectionFilter
Projection filter based on the (parsed) projection list. Enforces that the reader column is consistent with the form of projection (map, array, or plain) in the projection list.