Skip to main content

execute_prepared_plan

Function execute_prepared_plan 

Source
pub fn execute_prepared_plan<H, B>(
    host: &H,
    plan: &CachedPlanRef<B>,
    context: &ExecutionContext,
) -> Result<Box<dyn QueryResult>>
where H: CachedExecutionHost<B> + ?Sized, B: Default,