ResolvedTable Leaf Logical Operator¶
ResolvedTable
is a leaf logical operator.
Creating Instance¶
ResolvedTable
takes the following to be created:
- TableCatalog
-
Identifier
- Table
ResolvedTable
is created when:
ResolveTables
logical resolution rule is executed (for UnresolvedTable and UnresolvedTableOrView)- ResolveRelations logical resolution rule is executed (lookupTableOrView)
- DataSourceV2Strategy execution planning strategy is executed (for
RenameTable
)