pub struct DistinctRule;Trait Implementations§
Source§impl PhysicalRule for DistinctRule
impl PhysicalRule for DistinctRule
fn name(&self) -> &str
fn apply( &self, logical: &LogicalPlan, inputs: &[PhysicalPlan], ) -> Vec<PhysicalPlan>
Auto Trait Implementations§
impl Freeze for DistinctRule
impl RefUnwindSafe for DistinctRule
impl Send for DistinctRule
impl Sync for DistinctRule
impl Unpin for DistinctRule
impl UnwindSafe for DistinctRule
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