Uses of Class
org.apache.drill.exec.physical.impl.scan.project.ScanLevelProjection.Builder
Packages that use 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
Methods in org.apache.drill.exec.physical.impl.scan.project that return ScanLevelProjection.BuilderModifier and TypeMethodDescriptionstatic ScanLevelProjection.BuilderScanLevelProjection.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)