TO_UINT8 (Lakehouse v1)
Converts a value to UINT8 data type.
Analyze Syntax
Section titled “Analyze Syntax”func.to_uint8( <expr> )Analyze Examples
Section titled “Analyze Examples”func.to_uint8('123')
┌──────────────────────┐│ func.to_uint8('123') │├──────────────────────┤│ 123 │└──────────────────────┘SQL Syntax
Section titled “SQL Syntax”TO_UINT8( <expr> )SQL Examples
Section titled “SQL Examples”SELECT TO_UINT8('123');
┌─────────────────┐│ to_uint8('123') │├─────────────────┤│ 123 │└─────────────────┘