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:
ResolveTableslogical resolution rule is executed (for UnresolvedTable and UnresolvedTableOrView)- ResolveRelations logical resolution rule is executed (lookupTableOrView)
- DataSourceV2Strategy execution planning strategy is executed (for
RenameTable)