Trino Functions
Session Functions
current_catalog
Returns a character string that represents the current catalog name.
Supported Signatures
current_groups
Returns the list of groups for the current user running the query.
Supported Signatures
Note: current_groups() is stable, i.e. might return a different value for a different query execution.
current_schema
Returns a character string that represents the current unqualified schema name.
Supported Signatures
current_user
Returns the current user running the query.
Supported Signatures