opteryx icon indicating copy to clipboard operation
opteryx copied to clipboard

✨ Support for non-equi JOINs

Open joocer opened this issue 1 year ago • 0 comments

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

joocer avatar Aug 24 '24 13:08 joocer