float64
float64(value: numeric or string) -> float64
Generate a float 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 float:float64(remote_addr)
This makes a column named float containing a FLOAT64 numeric representation of an IPv4 address.
Updated 8 days ago