int64
int64(value: bool, numeric, or string) -> int64
Generate an integer representation of the argument value.
Float values are rounded to the nearest integer, and timestamps are converted to nanosecond epoch values.
Domain
This is a scalar function (calculates a single output value for a single input row).
Categories
Examples
make_col int:int64(remote_addr)
This makes a column named int containing an INT64 numeric representation of an IPv4 address.
Updated 8 days ago