datafusion_physical_expr::aggregate::utils

Function get_sort_options

Source
pub fn get_sort_options(ordering_req: &[PhysicalSortExpr]) -> Vec<SortOptions>
Expand description

Selects the sort option attribute from all the given PhysicalSortExprs.