Skip to content

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:

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.