opteryx
opteryx copied to clipboard
✨ Push Limits
CF https://github.com/mabel-dev/opteryx/issues/1696
Where we have a limit, should push until we hit a:
- INNER JOIN
- FILTER
- AGGREGATE
If we hit a LEFT JOIN, we should push past the LEFT side.
See also #1713