Align
Align two time series to common timestamps using ASOF JOIN. For each row in the left (primary) table, finds the nearest prior or equal timestamp in the right (secondary) table.
| ID | temporal_align |
|---|---|
| Domain | temporal |
| Category | transform |
| Type | table-to-table |
| Version | 1.0.0 |