spark_connect_rs::functions

Function bit_get

Source
pub fn bit_get(col: impl Into<Column>, pos: impl Into<Column>) -> Column
Expand description

Returns the value of the bit (0 or 1) at the specified position.