pub struct PredicateInference;Trait Implementations§
Source§impl Rule for PredicateInference
impl Rule for PredicateInference
fn name(&self) -> &str
fn apply(&self, plan: &LogicalPlan, ctx: &mut RuleContext) -> Vec<LogicalPlan>
Auto Trait Implementations§
impl Freeze for PredicateInference
impl RefUnwindSafe for PredicateInference
impl Send for PredicateInference
impl Sync for PredicateInference
impl Unpin for PredicateInference
impl UnwindSafe for PredicateInference
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