Trino Functions
Url Functions
Unescapes the URL encoded value. This function is the inverse of url_encode(). Supported Signatures
Escapes value by encoding it so that it can be safely included in URL query parameter names and values. Supported Signatures
Returns the fragment identifier from url. Supported Signatures
Returns the host from url. Supported Signatures
Returns the value of the first query string parameter named name from url. Parameter extraction is handled in the typical manner as specified by RFC 1866#section-8.2.1. Supported Signatures
Returns the path from url. Supported Signatures
Returns the port number from url. Supported Signatures
Returns the protocol from url. Supported Signatures
Returns the query string from url. Supported Signatures
โI