Function bit_count

Source
pub fn bit_count(col: impl Into<Column>) -> Column
Expand description

Returns the number of bits that are set in the argument expr as an unsigned 64-bit integer, or NULL if the argument is NULL.