TotalMicroseconds / Temporal Layer
Convert duration values to total microseconds (10⁻⁶ seconds). Returns 64-bit integer count of microseconds.
Duration conversion examples:
Duration | Microseconds | Note |
---|---|---|
00:00:01 | 1,000,000 | One second |
00:01:00 | 60,000,000 | One minute |
01:00:00 | 3,600,000,000 | One hour |
Common applications:
- System performance analysis
- Process timing
- Operation benchmarking Range: ±292,000 years
Table
0
0
Table
Transforms
[, ...]Select
columnDuration column to convert to microseconds. Provides microsecond precision for fine-grained timing analysis.
AsColumn
nameName 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.