snowflake.snowpark.functions.bitmap_bit_position¶
- snowflake.snowpark.functions.bitmap_bit_position(numeric_expr: Union[Column, str]) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.34.0/src/snowflake/snowpark/functions.py#L11083-L11095)¶
Returns the position of the first set bit (i.e., the first ‘1’ bit) in the binary representation of the input number.
Example: