Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ESQL] Migrate PropagateEquals optimization (elastic#106627)
Relates to elastic#105217 This copies the PropagateEquals logical optimization into ESQL, following the pattern established in elastic#106499. I've copied the optimization rule into the ESQL version of OptimizerRules, and the tests into OpitmizerRulesTests, and changed the imports &c to point to the appropriate ESQL classes instead of their QL counterparts. I expect to have several more PRs following this pattern, for the remaining logical optimizations that touch the binary comparison logic. I'm intending to make separate PRs for each, in the interest of making them easier to review.
- Loading branch information