CATALOG (Lakehouse v2)
Returns the name of the current catalog.
Analyze Syntax
Section titled “Analyze Syntax”func.catalog()Analyze Examples
Section titled “Analyze Examples”func.catalog()
┌───────────────────┐│ 'default_catalog' │└───────────────────┘SQL Syntax
Section titled “SQL Syntax”CATALOG()SQL Examples
Section titled “SQL Examples”SELECT CATALOG();
┌─────────────────┐│ default_catalog │└─────────────────┘