Expand description
Generic subquery execution primitives.
These helpers intentionally model the current naive execution shape: callers provide the concrete subplan executor and this module supplies only the reusable control-flow skeletons.
Structs§
- Materialize
Cache - HashMap-backed materialization cache for subquery results.
Functions§
- materialize_
cache - Create an empty materialization cache.
- nested_
scan - Execute a nested subplan scan.
- semi_
join_ probe - Scan candidates until a match is found.