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