bigframes.bigquery.bit_count#
- bigframes.bigquery.bit_count(expression: Series | Expression | Any | Literal[Sentinel.ARGUMENT_DEFAULT] | bytes | int) Series | Expression[source]#
The input, expression, must be an integer or BYTES. Returns the number of bits that are set in the input expression. For signed integers, this is the number of bits in two’s complement form.