ResolveCatalogs Logical Resolution Rule¶
ResolveCatalogs
is a logical rule (Rule[LogicalPlan]
).
ResolveCatalogs
is part of Resolution batch of Logical Analyzer.
Creating Instance¶
ResolveCatalogs
takes the following to be created:
ResolveCatalogs
is created when:
Analyzer
is requested for batches
Executing Rule¶
apply(
plan: LogicalPlan): LogicalPlan
apply
is part of the Rule abstraction.
apply
...FIXME