TotalMicroseconds / Temporal Layer

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

Duration conversion examples:

DurationMicrosecondsNote
00:00:011,000,000One second
00:01:0060,000,000One minute
01:00:003,600,000,000One hour

Common applications:

  • System performance analysis
  • Process timing
  • Operation benchmarking Range: ±292,000 years
Table
0
0
Table

Transforms

[, ...]

Select

column

Duration column to convert to microseconds. Provides microsecond precision for 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.