Expand description
Range-native nested-loop joins wrapped by Project / Filter / Limit.
The existing join kernel only accepted a root NestedLoopJoin. Real SELECT
trees are Project(Filter(Limit(Join(Scan, Scan)))). This module peels those
wrappers without materialising a resident graph.
Structs§
- Q42Range
Join Select Plan - A join plus the SELECT wrappers that sit above it.
- Q42Range
Join Select State - Q42Range
Volume SetJoin Select State