Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Currently, we have hash-map based implementations for EXCEPT and INTERSECT operators (see IgniteIntersect, IgniteMinus, AbstractSetOpNode classes). But, if all inputs are sorted by all columns we can use that fact and implement a sorted set-op algorithm (see sorted aggregates for example).
Attachments
Issue Links
- is part of
-
IGNITE-12248 Apache Calcite based query execution engine
- Open
- relates to
-
IGNITE-14638 Calcite engine. Support for INTERSECT operator
- Resolved