-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Support filters in JOIN ON section #21868
Copy link
Copy link
Closed
Labels
comp-joinsJOINs end-to-end (planning hooks + runtime join operators/algorithms). Single bucket to avoid pla...JOINs end-to-end (planning hooks + runtime join operators/algorithms). Single bucket to avoid pla...feature
Description
Support in JOIN ON section filters that affect columns from only one table. For use case see
https://stackoverflow.com/questions/5284929/mysql-left-join-with-optional-value-in-second-table
Now it's only move such conditions from ON section to WHERE, but we need to handle this filters inside join implementation. It will also fix #21671
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
comp-joinsJOINs end-to-end (planning hooks + runtime join operators/algorithms). Single bucket to avoid pla...JOINs end-to-end (planning hooks + runtime join operators/algorithms). Single bucket to avoid pla...feature