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