eval()
Note: the eval()
function depends on scalar functions and operators, which is currently beta functionality, and may change in the future!
eval([...col = expression])
runs each expression
and assigns it to the corresponding col
.
expression
supports any composition of scalar functions and operators.
Returns
A same table as the input, with additional columns corresponding to the col
s specified.
Examples
Get a list of HTTP 502s, converting the elapsed time from milliseconds to seconds.
Last updated
Was this helpful?