pub fn ordering_fields( order_bys: &[PhysicalSortExpr], data_types: &[DataType], ) -> Vec<Arc<Field>>
Construct corresponding fields for the expressions in an ORDER BY clause.