Function ordering_fields

Source
pub fn ordering_fields(
    order_bys: &[PhysicalSortExpr],
    data_types: &[DataType],
) -> Vec<FieldRef> 
Expand description

Construct corresponding fields for the expressions in an ORDER BY clause.