bit_count
function
Applies to: Databricks SQL Databricks Runtime
Returns the number of bits set in the argument.
To count bits in a BINARY
expression use bitmap_count function.
CLUSTER BY
clause (TABLE)mask
clauseROW FILTER
clauseUpdated Nov 04, 2024
bit_count
function Applies to: Databricks SQL Databricks Runtime
Returns the number of bits set in the argument.
To count bits in a BINARY
expression use bitmap_count function.