You are viewing documentation about an older version (1.5.0). View latest version

snowflake.snowpark.Column.eqNullSafe

Column.eqNullSafe(other: Column) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.5.0/src/snowflake/snowpark/column.py#L460-L462)

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

Language: English