pub fn convert_to_orderings<T>( args: &[Vec<(T, SortOptions)>], ) -> Vec<LexOrdering>where T: Borrow<Arc<dyn PhysicalExpr>>,