Skip to main content

execute_and_print

Function execute_and_print 

Source
pub async fn execute_and_print(
    plan_mgr: &impl PlanBackend,
    request: &PlanRequest,
    format: &str,
) -> Result<PlanResult>
Expand description

Execute a plan and print the result.

Convenience function that combines execution and formatting.