snowflake.snowpark.Column.eqNullSafe

Column.eqNullSafe(other: Column) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.34.0/src/snowflake/snowpark/column.py#L847-L860)

Equal to. You can use this for comparisons against a null value.

Language: English