pub struct DistinctNode {
pub input: Box<PhysicalPlan>,
}Fields§
§input: Box<PhysicalPlan>Trait Implementations§
Source§impl Clone for DistinctNode
impl Clone for DistinctNode
Source§fn clone(&self) -> DistinctNode
fn clone(&self) -> DistinctNode
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 moreSource§impl Debug for DistinctNode
impl Debug for DistinctNode
Source§impl ExecutionPlan for DistinctNode
impl ExecutionPlan for DistinctNode
Auto Trait Implementations§
impl Freeze for DistinctNode
impl RefUnwindSafe for DistinctNode
impl Send for DistinctNode
impl Sync for DistinctNode
impl Unpin for DistinctNode
impl UnsafeUnpin for DistinctNode
impl UnwindSafe for DistinctNode
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