pub fn create_physical_sort_expr(
e: &Sort,
input_dfschema: &DFSchema,
execution_props: &ExecutionProps,
) -> Result<PhysicalSortExpr, DataFusionError>
Expand description
Create a physical sort expression from a logical expression
pub fn create_physical_sort_expr(
e: &Sort,
input_dfschema: &DFSchema,
execution_props: &ExecutionProps,
) -> Result<PhysicalSortExpr, DataFusionError>
Create a physical sort expression from a logical expression