pub fn sort_array(col: impl Into<Column>, asc: Option<bool>) -> Column
Sorts the input array in ascending or descending order according to the natural ordering of the array elements.