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

snowflake.snowpark.Column.bitwiseXOR

Column.bitwiseXOR(other: Column | None | bool | int | float | str | bytearray | Decimal | date | datetime | time | bytes | list | tuple | dict | Expression) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.5.0/src/snowflake/snowpark/column.py#L452-L454)

Bitwise xor.

Language: English