Add bit_count SQL function

Peter Eisentraut <peter@eisentraut.org>

Commit: a6715af1e72da289474011be1e2d536f991eda34
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2021-03-23T09:13:58Z
Releases: 14.0
Add bit_count SQL function

This function for bit and bytea counts the set bits in the bit or byte
string.  Internally, we use the existing popcount functionality.

For the name, after some discussion, we settled on bit_count, which
also exists with this meaning in MySQL, Java, and Python.

Author: David Fetter <david@fetter.org>
Discussion: https://www.postgresql.org/message-id/flat/20201230105535.GJ13234@fetter.org

Files

Documentation touched

Discussion

  • popcount 19 messages · 2020-12-30 → 2021-03-24