query_report_of

Function query_report_of 

Source
pub fn query_report_of(plan: &Plan, root: &str) -> String
Expand description

The same report over a plan whose root is not a page.

A select compiles to a plan too (crate::query), and its root is a table of rows rather than a rendering — which is the one sentence of this report that would otherwise be false.