Struct datafusion_expr::logical_plan::Distinct
source · pub struct Distinct {
pub input: Arc<LogicalPlan>,
}
Expand description
Removes duplicate rows from the input
Fields§
§input: Arc<LogicalPlan>
The logical plan that is being DISTINCT’d
Trait Implementations§
source§impl PartialEq<Distinct> for Distinct
impl PartialEq<Distinct> for Distinct
impl Eq for Distinct
impl StructuralEq for Distinct
impl StructuralPartialEq for Distinct
Auto Trait Implementations§
impl !RefUnwindSafe for Distinct
impl Send for Distinct
impl Sync for Distinct
impl Unpin for Distinct
impl !UnwindSafe for Distinct
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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.