| Class | Description |
|---|---|
| ExtractFunctionsFromJoinConditionRule |
Factors out function expressions from each comparison function or similarity function in join condition by assigning them to a variables, and replacing the function expressions with references to those variables.
|
| InlineNestedVariablesRule |
Modifies the InlineVariablesRule to also process nested plans.
|
| MoveFreeVariableOperatorOutOfSubplanRule |
The rule searches for operators that can be moved outside the subplan.
|
Copyright © 2019 Apache Software Foundation. All rights reserved.