spark_connect_rs::functions

Function isnotnull

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

Returns true if col is not null, or false otherwise.