Expand description
Bound logical relation graph for a SELECT table expression.
The parser intentionally preserves SQL text as a binary JoinSource tree.
Physical planning must not confuse that syntax tree with an execution
order. This graph assigns stable relation identities, records the complete
relation set on both sides of every edge, and makes outer/derived barriers
explicit before any source is opened.