UnresolvedTable Leaf Logical Operator¶
UnresolvedTable
is a leaf logical operator.
Creating Instance¶
UnresolvedTable
takes the following to be created:
- Multi-Part Identifier
- Command Name
UnresolvedTable
is created when:
AstBuilder
is requested to visitLoadData, visitTruncateTable, visitShowPartitions, visitAddTablePartition, visitDropTablePartitions, visitCommentTable
resolved¶
resolved: Boolean
resolved
is part of the LogicalPlan abstraction.
resolved
is false
.
Logical Analysis¶
UnresolvedTable
is resolved to a ResolvedTable by ResolveTables logical resolution rule.