Expand description
Plan executor — walks [ExecutionPlan] trees and runs filter nodes.
Handles sequential, parallel (scoped threads), cached, remote, loop,
and branch execution. Uses GraphInfo for topology-aware input resolution.
Structs§
- Context
- Execution context passed to filters during runtime.
- Graph
Info - Graph topology information for input resolution.
Enums§
- RunMode
- What a run does to the nodes it visits.
Functions§
- execute
- Execute a compiled plan.