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