ui/src/assets/data_explorer/node_info/union.md
Purpose: Combine rows from two or more sources into a single result set. All sources should have compatible column structures.
How to use:
Data transformation:
Example: Combine slices from different tracks into a single view. Or merge events from multiple processes for analysis.
Column handling:
SQL equivalent: SELECT * FROM source1 UNION ALL SELECT * FROM source2 UNION ALL SELECT * FROM source3