pub struct FilterPushdown;Expand description
Moves every predicate as far down the plan as it can go.
Trait Implementations§
Source§impl Clone for FilterPushdown
impl Clone for FilterPushdown
Source§fn clone(&self) -> FilterPushdown
fn clone(&self) -> FilterPushdown
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FilterPushdown
Source§impl Debug for FilterPushdown
impl Debug for FilterPushdown
Auto Trait Implementations§
impl Freeze for FilterPushdown
impl RefUnwindSafe for FilterPushdown
impl Send for FilterPushdown
impl Sync for FilterPushdown
impl Unpin for FilterPushdown
impl UnsafeUnpin for FilterPushdown
impl UnwindSafe for FilterPushdown
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