pub fn create_lex_ordering(
schema: &Arc<Schema>,
sort_order: &[Vec<Sort>],
execution_props: &ExecutionProps,
) -> Result<Vec<LexOrdering>, DataFusionError>Expand description
Creates a vector of LexOrdering from a vector of logical expression