CurrentTimestampNano function
Returns timestamp
that include date
and time
. The time
component includes nano seconds.
Namespace
datetime
Input
None
Output
timestamp (timestamp
)
Example
Use this function to add the current timestamp including nanoseconds to a column.
set-column timestampnano datetime:CurrentTimestampNano()
Created in 2020 by Google Inc.