getbit
function
Applies to: Databricks SQL Databricks Runtime 10.4 LTS and above
Returns the value of a bit in a binary representation of an integral numeric. This function is a synonym of bit_get function.
Arguments
expr
: An expression that evaluates to an integral numeric.pos
: An expression of type INTEGER.