spark_connect_rs::functions

Function least

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

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