UUID_V7 (Lakehouse v2)
Returns a time-ordered UUID v7 string. UUID v7 values are sortable by creation time.
Analyze Syntax
Section titled “Analyze Syntax”func.uuid_v7()Analyze Examples
Section titled “Analyze Examples”func.uuid_v7()
┌──────────────────────────────────────┐│ 018f6b2e-3d4a-7000-8000-abcdef123456 │└──────────────────────────────────────┘SQL Syntax
Section titled “SQL Syntax”UUID_V7()SQL Examples
Section titled “SQL Examples”SELECT UUID_V7();
┌──────────────────────────────────────┐│ 018f6b2e-3d4a-7000-8000-abcdef123456 │└──────────────────────────────────────┘