Skip to main content

explain

Function explain 

Source
pub fn explain(plan: &LogicalPlan) -> Vec<Row> 
Expand description

Execute a plan with an arbitrary GraphReader for reads and a parameter map for $param resolution. Routing mode uses a partitioned reader that fans out reads across peers; the Bolt listener supplies the driver-bound param map.