BIN (Lakehouse v2)
Returns the binary string representation of an integer.
Analyze Syntax
Section titled “Analyze Syntax”func.bin(<x>)Analyze Examples
Section titled “Analyze Examples”func.bin(10)
┌────────┐│ '1010' │└────────┘SQL Syntax
Section titled “SQL Syntax”BIN(<x>)SQL Examples
Section titled “SQL Examples”SELECT BIN(10);
┌──────┐│ 1010 │└──────┘