Uses of Class
org.apache.drill.exec.physical.impl.scan.v3.schema.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
Modifier and TypeMethodDescriptionScanProjectionParser.parse
(Collection<SchemaPath> projList) SchemaUtils.projectAll()
SchemaUtils.projectNone()
ModifierConstructorDescriptionProjectionSchemaTracker
(ScanProjectionParser.ProjectionParseResult parseResult, boolean allowSchemaChange, CustomErrorContext errorContext) ProjectionSchemaTracker
(TupleMetadata definedSchema, ScanProjectionParser.ProjectionParseResult parseResult, CustomErrorContext errorContext)