opteryx icon indicating copy to clipboard operation
opteryx copied to clipboard

✨ push expressions.

Open joocer opened this issue 1 year ago • 0 comments
trafficstars

Even if we can't push predicates, we may be able to push components to SQL source.

Eg

SELECT * FROM planets WHERE id + gravity > rand()

We could push the id + gravity part to offload effort.

joocer avatar Mar 05 '24 18:03 joocer