opteryx
opteryx copied to clipboard
✨ can we update the Opteryx dialect to support join hints
trafficstars
FROM a INNER HASH JOIN b ON a.id = b.id
FROM a INNER NESTED JOIN b ON a.id = b.id
FROM a INNER MERGE JOIN b ON a.id = b.id
We almost always want hash joins, but being able to update the parsing will be interesting