create_physical_sort_expr

Function create_physical_sort_expr 

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

Create a physical sort expression from a logical expression