pub fn bit_count(col: impl Into<Column>) -> Column
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.