sqrt(arg: numeric) -> float64
Returns the square root for a given input and null if input is negative.
This is a scalar function (calculates a single output value for a single input row).
Create a column 'squareroot' with the result of the square root of column 'x'