snowflake.snowpark.functions.bitxor_agg¶
- snowflake.snowpark.functions.bitxor_agg(expr: Union[snowflake.snowpark.column.Column, str]) Column[source]¶
Returns the bitwise XOR of all non-NULL records in a group. If all records inside a group are NULL, the function returns NULL.
Example: