// FIXME: DEMO
TimeWindowing Logical Resolution Rule
TimeWindowing
is a logical resolution rule that FIXME in a logical query plan.
TimeWindowing
is part of the Resolution fixed-point batch in the standard batches of the Analyzer.
TimeWindowing
is simply a Catalyst rule for transforming logical plans, i.e. Rule[LogicalPlan]
.
Executing Rule — apply
Method
apply(plan: LogicalPlan): LogicalPlan
Note
|
apply is part of the Rule Contract to execute (apply) a rule on a TreeNode (e.g. LogicalPlan).
|
apply
…FIXME