pub struct SortOp {
pub keys: Vec<SortKey>,
pub input: Box<LogicalOperator>,
}Expand description
Sort results.
Fields§
§keys: Vec<SortKey>Sort keys.
input: Box<LogicalOperator>Input operator.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SortOp
impl RefUnwindSafe for SortOp
impl Send for SortOp
impl Sync for SortOp
impl Unpin for SortOp
impl UnwindSafe for SortOp
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