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