opteryx
opteryx copied to clipboard
✨ Support for non-equi JOINs
Support non-equi joins.
This is likely to have one of two implementations (or both and let the optimizer work out for each instance):
- rewrite as CROSS JOIN and filter after the JOIN
- write a JOIN implementation using a MERGE SORT algorithm