Uses of Class
org.apache.drill.exec.physical.impl.scan.project.ScanLevelProjection.Builder
Package
Description
Provides run-time semantic analysis of the projection list for the
scan operator.
-
Uses of ScanLevelProjection.Builder in org.apache.drill.exec.physical.impl.scan.project
Modifier and TypeMethodDescriptionstatic ScanLevelProjection.Builder
ScanLevelProjection.builder()
ScanLevelProjection.Builder.errorContext
(CustomErrorContext context) ScanLevelProjection.Builder.parsers
(List<ScanLevelProjection.ScanProjectionParser> parsers) ScanLevelProjection.Builder.projection
(List<SchemaPath> projectionList) Specify the set of columns in the SELECT list.ScanLevelProjection.Builder.providedSchema
(TupleMetadata providedSchema)