TotalNanoseconds / Temporal Layer

Convert duration values to total nanoseconds (10⁻⁹ seconds). Returns 64-bit integer count of nanoseconds.

Duration conversion examples:

DurationNanosecondsNote
00:00:011,000,000,000One second
00:00:00.0000011,000One microsecond
00:00:00.0000000011One nanosecond

Common applications:

  • Hardware timing
  • Scientific measurements
  • High-frequency operations Range: ±292 years
Table
0
0
Table

Transforms

[, ...]

Select

column

Duration column to convert to nanoseconds. Provides maximum precision for extremely fine-grained timing analysis.

Name for the new column. If not provided, the system generates a unique name. If AsColumn matches an existing column, the existing column is replaced. The name should follow valid column naming conventions.