Column Name | Data Type | Description |
---|---|---|
accumulate_column | Same as in input table | Column copied from the input table. |
scheme | VARCHAR | Column appears only if the Output argument specifies 'scheme'. Contains the scheme of the URI. |
host | VARCHAR | Column appears only if the Output argument specifies 'host'. Contains the host of the URI. |
path | VARCHAR | Column appears only if the Output argument specifies 'path'. Contains the path of the URI. |
fragment | VARCHAR | Column appears only if the Output argument specifies 'fragment'. Contains the fragment of the URI. |
query_parameter
or query_parameter_ |
VARCHAR | Column appears only if the Queries argument specifies the query_parameter. Contains the value of query_parameter. The name of this column is query_parameter unless query_parameter is the name of a column specified by the Accumulate or Output argument, in which case it is query_parameter_. |