Skip to main content

get_or_create_plan

Function get_or_create_plan 

Source
pub fn get_or_create_plan<H, B>(host: &H, sql: &str) -> Result<CachedPlanRef<B>>
where H: CachedExecutionHost<B> + ?Sized, B: Default,