spark_connect_rs::functions

Function greatest

Source
pub fn greatest<I>(cols: I) -> Column
where I: IntoIterator, I::Item: Into<Column>,
Expand description

Returns the greatest value of the list of column names, skipping null values.