crc32
function
Applies to: Databricks SQL
Databricks Runtime
Returns a cyclic redundancy check value of expr
.
crc32(expr)
expr
: A BINARY expression.
A BIGINT.
> SELECT crc32('Spark');
1557323817
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
crc32
functionApplies to: Databricks SQL
Databricks Runtime
Returns a cyclic redundancy check value of expr
.
crc32(expr)
expr
: A BINARY expression.A BIGINT.
> SELECT crc32('Spark');
1557323817