Class ProjectionFilter.TypeProjectionFilter

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

public static class ProjectionFilter.TypeProjectionFilter extends ProjectionFilter.BaseSchemaProjectionFilter
Projection based on a non-strict provided schema which enforces the type of known columns, but has no opinion about additional columns.

If the column is found, enforces that the reader schema has the same type and mode as the provided column.