Details
Description
For the join operations, we should have several SQL hints. Like join order or join type. One of them is the query join order hint. Oracle DB's analogy is 'ORDERED'. Looks simple, allows to keep join order. Also, can prevent long joins planning by Calcite.
Attachments
Issue Links
- links to