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.48.0/src/snowflake/snowpark/functions.py#L11531-L11543)¶
Returns the position of the first set bit (i.e., the first ‘1’ bit) in the binary representation of the input number.
Example: