bit_count
function bit_count(column): Column;Defined in: functions/bitwise.ts:13
Returns the number of bits that are set in the argument.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
column | ColOrName |
function bit_count(column): Column;Defined in: functions/bitwise.ts:13
Returns the number of bits that are set in the argument.
| Parameter | Type |
|---|---|
column | ColOrName |