Uses of Class
org.apache.drill.exec.physical.impl.scan.v3.schema.ScanProjectionParser.ProjectionParseResult
Packages that use ScanProjectionParser.ProjectionParseResult
Package
Description
Provides run-time semantic analysis of the projection list for the
scan operator.
-
Uses of ScanProjectionParser.ProjectionParseResult in org.apache.drill.exec.physical.impl.scan.v3.schema
Methods in org.apache.drill.exec.physical.impl.scan.v3.schema that return ScanProjectionParser.ProjectionParseResultModifier and TypeMethodDescriptionScanProjectionParser.parse
(Collection<SchemaPath> projList) SchemaUtils.projectAll()
SchemaUtils.projectNone()
Constructors in org.apache.drill.exec.physical.impl.scan.v3.schema with parameters of type ScanProjectionParser.ProjectionParseResultModifierConstructorDescriptionProjectionSchemaTracker
(ScanProjectionParser.ProjectionParseResult parseResult, boolean allowSchemaChange, CustomErrorContext errorContext) ProjectionSchemaTracker
(TupleMetadata definedSchema, ScanProjectionParser.ProjectionParseResult parseResult, CustomErrorContext errorContext)