| Package | Description |
|---|---|
| org.apache.drill.exec.physical.impl.scan.v3.schema |
Provides run-time semantic analysis of the projection list for the
scan operator.
|
| Modifier and Type | Method and Description |
|---|---|
static ScanProjectionParser.ProjectionParseResult |
ScanProjectionParser.parse(Collection<SchemaPath> projList) |
static ScanProjectionParser.ProjectionParseResult |
SchemaUtils.projectAll() |
static ScanProjectionParser.ProjectionParseResult |
SchemaUtils.projectNone() |
| Constructor and Description |
|---|
ProjectionSchemaTracker(ScanProjectionParser.ProjectionParseResult parseResult,
boolean allowSchemaChange,
CustomErrorContext errorContext) |
ProjectionSchemaTracker(TupleMetadata definedSchema,
ScanProjectionParser.ProjectionParseResult parseResult,
CustomErrorContext errorContext) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.