UUID_NUMERIC (Lakehouse v2)
Returns a random UUID as a 128-bit LARGEINT value.
Analyze Syntax
Section titled “Analyze Syntax”func.uuid_numeric()Analyze Examples
Section titled “Analyze Examples”func.uuid_numeric()
┌────────────┐│ (largeint) │└────────────┘SQL Syntax
Section titled “SQL Syntax”UUID_NUMERIC()SQL Examples
Section titled “SQL Examples”SELECT UUID_NUMERIC();
┌─────────────────────────────────────────┐│ 113304629137197850819971302868472922876 │└─────────────────────────────────────────┘