string
string(value: storable or link) -> string
Generate a string representation of the argument value.
Domain
This is a scalar function (calculates a single output value for a single input row).
Categories
Examples
make_col string:string(remote_addr)
This makes a column named string containing a STRING representation of an IPv4 address.
Updated 8 days ago