Expand description
Backend-neutral resident-graph multi-query execution planning. Backend-neutral multi-query execution planning over one resident graph.
The release path cannot run N analyses over the same graph as N host-driven dispatches. This planner groups compatible queries by resident graph layout and traversal key so graph upload, traversal setup, and host fencing are paid once per group instead of once per query.
Structs§
- Multi
Query - One backend analysis/query planned against a resident graph.
- Multi
Query Execution Plan - Complete multi-query execution plan.
- Multi
Query Execution Scratch - Caller-owned scratch for repeated multi-query planning.
- Multi
Query Group - One grouped multi-query launch envelope.
Enums§
- Multi
Query Execution Error - multi-query planning errors.
Functions§
- plan_
multi_ query_ execution - Plan multi-query execution over shared resident graphs.
- plan_
multi_ query_ execution_ with_ scratch - Plan multi-query execution using caller-owned planning scratch.