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