current_cluster_endpoint()
Learn how to use the current_cluster_endpoint() function to return the network endpoint of the cluster being queried as a string type value.
Provides the network endpoint (DNS name) of the current cluster being queried.
Provides the network endpoint (DNS name) of the current Eventhouse being queried.
Syntax
current_cluster_endpoint()
Returns
Returns the network endpoint (DNS name) of the current cluster being queried, as a value of type string.
Returns the network endpoint (DNS name) of the current Eventhouse being queried, as a value of type string.
Examples
print strcat("This query executed on: ", current_cluster_endpoint())
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.