CLUSTER BY
clause (TABLE)mask
clauseROW FILTER
clause更新しました 2024/11/01
unhex
function Applies to: Databricks SQL Databricks Runtime
Converts hexadecimal expr
to BINARY.
The result is BINARY.
If the length of expr
is odd, the first character is discarded and the result is padded with a null byte.
If expr
contains non hex characters the result is NULL.