time_to_int64
Converts a time value to an int64 value. Used when type-specific UDFs are needed for int64 on a time value.
Returns: INT64
The time (in nanoseconds) as an int64.
Arguments
| Variable | Type | Description |
|---|
| value | TIME64NS | The value to convert. |
Examples: