pub struct PlanOptimizer;
Expand description
Plan optimization utilities
Implementations§
Source§impl PlanOptimizer
impl PlanOptimizer
Sourcepub fn analyze_complexity(plan: &Plan) -> PlanComplexity
pub fn analyze_complexity(plan: &Plan) -> PlanComplexity
Analyze plan complexity
Auto Trait Implementations§
impl Freeze for PlanOptimizer
impl RefUnwindSafe for PlanOptimizer
impl Send for PlanOptimizer
impl Sync for PlanOptimizer
impl Unpin for PlanOptimizer
impl UnwindSafe for PlanOptimizer
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more