Struct partiql_logical::SortSpec
source · pub struct SortSpec {
pub expr: ValueExpr,
pub order: SortSpecOrder,
pub null_order: SortSpecNullOrder,
}
Expand description
Represents a PartiQL sort specification.
Fields§
§expr: ValueExpr
§order: SortSpecOrder
§null_order: SortSpecNullOrder
Trait Implementations§
source§impl PartialEq<SortSpec> for SortSpec
impl PartialEq<SortSpec> for SortSpec
impl Eq for SortSpec
impl StructuralEq for SortSpec
impl StructuralPartialEq for SortSpec
Auto Trait Implementations§
impl RefUnwindSafe for SortSpec
impl Send for SortSpec
impl Sync for SortSpec
impl Unpin for SortSpec
impl UnwindSafe for SortSpec
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