Skip to main content

Module join_graph

Module join_graph 

Source
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.

Structs§

LogicalJoinEdge
LogicalJoinGraph
LogicalRelation

Enums§

JoinReorderBarrier
LogicalRelationKind