HOST_NAME

Learn how to use the HOST_NAME utility function in PlaidCloud Lakehouse. Returns the host name of the current backend node - with syntax and examples.

Returns the host name of the current backend node.

Analyze Syntax

func.host_name()

Analyze Examples

func.host_name()

┌─────────────┐
 'be-node-1'  
└─────────────┘

SQL Syntax

HOST_NAME()

SQL Examples

SELECT HOST_NAME();

┌───────────┐
 be-node-1  
└───────────┘