Function datafusion::physical_planner::create_physical_sort_exprs
source ยท pub fn create_physical_sort_exprs(
exprs: &[SortExpr],
input_dfschema: &DFSchema,
execution_props: &ExecutionProps,
) -> Result<LexOrdering>
Expand description
Create vector of physical sort expression from a vector of logical expression