Description
For now simple JOIN requests like:
SELECT * FROM integers FULL OUTER JOIN integers2 ON integers.i=integers2.k ORDER BY i
can be planned only through MergeJoin or NestedLoopJoin it would be useful to extend it with CNLJ too. Starting point : FilterSpoolMergeToSortedIndexSpoolRule#onMatch
We have to add new rule FilterSpoolMergeToSortedIndexSpoolRule_ForceCollation which forces collation by the filter condition.
Attachments
Issue Links
- is part of
-
IGNITE-12248 Apache Calcite based query execution engine
- Open