Skip to main content

join_tables

Function join_tables 

Source
pub fn join_tables(
    left_rows: &[OwnedDataRow],
    right_rows: &[OwnedDataRow],
) -> Result<Vec<OwnedDataRow>>
Expand description

Joins two row sets by timestamp (inner join)