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