pyflink.table.expression.Expression.unhex#
- property Expression.unhex: Expression#
Converts hexadecimal string expr to BINARY. If the length of expr is odd, the first character is discarded and the result is left padded with a null byte.
- Returns:
a BINARY. null if expr is null or expr contains non-hex characters.
Added in version 1.12.0.