Struct datafusion::physical_plan::expressions::PhysicalSortExpr [−][src]
pub struct PhysicalSortExpr { pub expr: Arc<dyn PhysicalExpr>, pub options: SortOptions, }
Expand description
Represents Sort operation for a column in a RecordBatch
Fields
expr: Arc<dyn PhysicalExpr>
Physical expression representing the column to sort
options: SortOptions
Option to specify how the given column should be sorted
Implementations
evaluate the sort expression into SortColumn that can be passed into arrow sort kernel
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for PhysicalSortExpr
impl Send for PhysicalSortExpr
impl Sync for PhysicalSortExpr
impl Unpin for PhysicalSortExpr
impl !UnwindSafe for PhysicalSortExpr
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self