snowflake.snowpark.Column.eqNullSafe

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

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

语言: 中文