Class ScanLevelProjection.Builder
java.lang.Object
org.apache.drill.exec.physical.impl.scan.project.ScanLevelProjection.Builder
- Enclosing class:
- ScanLevelProjection
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
errorContext
(CustomErrorContext context) projection
(List<SchemaPath> projectionList) Specify the set of columns in the SELECT list.providedSchema
(TupleMetadata providedSchema)
-
Field Details
-
errorContext
Context used with error messages.
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
projection
Specify the set of columns in the SELECT list. Since the column list comes from the query planner, assumes that the planner has checked the list for syntax and uniqueness.- Parameters:
projectionList
- list of columns in the SELECT list in SELECT list order- Returns:
- this builder
-
parsers
-
providedSchema
-
errorContext
-
build
-
providedSchema
-
projectionList
-