CTESubstitution Logical Analysis Rule¶
CTESubstitution
is a logical analysis rule that transforms a logical query plan with...FIXME
CTESubstitution
is part of the Substitution fixed-point batch in the standard batches of the Logical Analyzer.
CTESubstitution
is a Catalyst rule for transforming logical plans (Rule[LogicalPlan]
).
Executing Rule¶
apply(
plan: LogicalPlan): LogicalPlan
apply
...FIXME
apply
is part of the Rule abstraction.