pub fn create_physical_sort_expr(
    e: &Expr,
    input_dfschema: &DFSchema,
    input_schema: &Schema,
    execution_props: &ExecutionProps
) -> Result<PhysicalSortExpr>
Expand description

Create a physical sort expression from a logical expression