pub fn plan_multi_query_execution(
queries: &[MultiQuery],
budget_bytes: u64,
) -> Result<MultiQueryExecutionPlan, MultiQueryExecutionError>Expand description
Plan multi-query execution over shared resident graphs.
pub fn plan_multi_query_execution(
queries: &[MultiQuery],
budget_bytes: u64,
) -> Result<MultiQueryExecutionPlan, MultiQueryExecutionError>Plan multi-query execution over shared resident graphs.