pub struct NaiveEstimator;Trait Implementations§
Source§impl CardinalityEstimator for NaiveEstimator
impl CardinalityEstimator for NaiveEstimator
fn estimate(&self, plan: &LogicalPlan, stats: &StatsCache) -> f64
Auto Trait Implementations§
impl Freeze for NaiveEstimator
impl RefUnwindSafe for NaiveEstimator
impl Send for NaiveEstimator
impl Sync for NaiveEstimator
impl Unpin for NaiveEstimator
impl UnwindSafe for NaiveEstimator
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