HEX (Lakehouse v2)
Returns the hexadecimal representation of a string or number.
Analyze Syntax
Section titled “Analyze Syntax”func.hex(<expr>)Analyze Examples
Section titled “Analyze Examples”func.hex(255)
┌──────┐│ 'FF' │└──────┘SQL Syntax
Section titled “SQL Syntax”HEX(<expr>)SQL Examples
Section titled “SQL Examples”SELECT HEX(255);
┌────┐│ FF │└────┘