Function datafusion_physical_expr_common::aggregate::utils::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 PhysicalSortExpr
s.