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