Skip to main content

kg_bit_count

Function kg_bit_count 

Source
pub fn kg_bit_count(
    context: *mut sqlite3_context,
    values: &[*mut sqlite3_value],
) -> Result<(), Error>
Expand description

kg_bit_count() - Population count of a version validity bitstring Parameter: x (INTEGER, NULL treated as 0) Returns the number of set bits (how many versions a row belongs to)