Expand description
Multi-table alignment and joining
Functionsยง
- align_
intersection - Aligns multiple row sets to their intersection of timestamps
- align_
left - Aligns one row set to a reference row set (left join)
- align_
tables - Aligns right rows to match the timestamps of left rows
- align_
union - Aligns multiple row sets to the union of all timestamps
- join_
tables - Joins two row sets by timestamp (inner join)