pub fn execute_with_reader_and_procs(
plan: &LogicalPlan,
reader: &dyn GraphReader,
writer: &dyn GraphWriter,
params: &ParamMap,
procedures: &ProcedureRegistry,
) -> Result<Vec<Row>>Expand description
Like execute_with_reader but with an explicit procedure
registry in scope. Used by the TCK harness to mount mock
procedures declared by there exists a procedure ... steps,
and reserved for the server startup path once built-in
procedures land.