INET_ATON (Lakehouse v2)
Converts an IPv4 address string to a numeric value.
Analyze Syntax
Section titled “Analyze Syntax”func.inet_aton(<ip_str>)Analyze Examples
Section titled “Analyze Examples”func.inet_aton('192.168.1.1')
┌────────────┐│ 3232235777 │└────────────┘SQL Syntax
Section titled “SQL Syntax”INET_ATON(<ip_str>)SQL Examples
Section titled “SQL Examples”SELECT INET_ATON('192.168.1.1');
┌────────────┐│ 3232235777 │└────────────┘