spark_connect_rs::functions

Function sort_array

Source
pub fn sort_array(col: impl Into<Column>, asc: Option<bool>) -> Column
Expand description

Sorts the input array in ascending or descending order according to the natural ordering of the array elements.