parse_url
Aliases: parseurl (deprecated).
parse_url(arg: string) -> object
Returns a JSON object consisting of all the components (fragment, host, path, port, query, scheme).
Domain
This is a scalar function (calculates a single output value for a single input row).
Categories
Examples
make_col url:parse_url(@.x)
Creates a column named 'url' returning a JSON object that holds the components (fragment, host, path, port, query, scheme) of the input URL
Updated 8 days ago