Apache Presto - bit_count (x, bits)

Query

presto:default> select bit_count(1,2) as bitcounts;

Risultato

bitcounts 
----------- 
    1

Qui, il numero totale di bit è 1.