Uses of Class
org.apache.drill.exec.physical.resultSet.impl.ProjectionFilter.BaseSchemaProjectionFilter
Packages that use ProjectionFilter.BaseSchemaProjectionFilter
Package
Description
Handles the details of the result set loader implementation.
-
Uses of ProjectionFilter.BaseSchemaProjectionFilter in org.apache.drill.exec.physical.resultSet.impl
Subclasses of ProjectionFilter.BaseSchemaProjectionFilter in org.apache.drill.exec.physical.resultSet.implModifier and TypeClassDescriptionstatic classProjection filter in which a schema exactly defines the set of allowed columns, and their types.static classProjection based on a non-strict provided schema which enforces the type of known columns, but has no opinion about additional columns.