spark_connect_rs::functions

Function desc_nulls_first

Source
pub fn desc_nulls_first(col: impl Into<Column>) -> Column
Expand description

Returns a sort expression based on the descending order of the given column name, and null values appear before non-null values.