Function sort

Source
pub fn sort<T>(expression: T, direction: SortDirection) -> Sort
where T: Into<Box<dyn Expression>>,