pub struct UnitCostModelWithConfig { /* private fields */ }Implementations§
Source§impl UnitCostModelWithConfig
impl UnitCostModelWithConfig
pub fn new(config: CostModelConfig) -> Self
Trait Implementations§
Source§impl CostModel for UnitCostModelWithConfig
impl CostModel for UnitCostModelWithConfig
fn cost(&self, plan: &PhysicalPlan) -> Cost
Auto Trait Implementations§
impl Freeze for UnitCostModelWithConfig
impl RefUnwindSafe for UnitCostModelWithConfig
impl Send for UnitCostModelWithConfig
impl Sync for UnitCostModelWithConfig
impl Unpin for UnitCostModelWithConfig
impl UnwindSafe for UnitCostModelWithConfig
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