pub struct AndPredicatePass;Expand description
Pass that breaks down AND predicates into chained Filter nodes.
Trait Implementations§
Source§impl OptimizerPass for AndPredicatePass
impl OptimizerPass for AndPredicatePass
Source§fn optimize(&self, plan: LogicalPlan) -> LogicalPlan
fn optimize(&self, plan: LogicalPlan) -> LogicalPlan
Optimizes the given logical plan.
Auto Trait Implementations§
impl Freeze for AndPredicatePass
impl RefUnwindSafe for AndPredicatePass
impl Send for AndPredicatePass
impl Sync for AndPredicatePass
impl Unpin for AndPredicatePass
impl UnwindSafe for AndPredicatePass
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