| Package | Description |
|---|---|
| org.apache.drill.exec.physical.impl.scan.project |
Provides run-time semantic analysis of the projection list for the
scan operator.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExplicitSchemaProjection
Perform a schema projection for the case of an explicit list of
projected columns.
|
class |
SmoothingProjection
Resolve a table schema against the prior schema.
|
class |
WildcardProjection
Perform a wildcard projection.
|
class |
WildcardSchemaProjection
Perform a wildcard projection with an associated output schema.
|
| Modifier and Type | Method and Description |
|---|---|
ReaderLevelProjection |
SchemaSmoother.resolve(TupleMetadata tableSchema,
ResolvedTuple outputTuple) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.