bit_xor
function bit_xor(column): Column;Defined in: functions/aggregate.ts:234
Returns the bitwise XOR of all non-null input values.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
column | ColOrName |
function bit_xor(column): Column;Defined in: functions/aggregate.ts:234
Returns the bitwise XOR of all non-null input values.
| Parameter | Type |
|---|---|
column | ColOrName |