pub fn join_tables(
left_rows: &[OwnedDataRow],
right_rows: &[OwnedDataRow],
) -> Result<Vec<OwnedDataRow>>Expand description
Joins two row sets by timestamp (inner join)
pub fn join_tables(
left_rows: &[OwnedDataRow],
right_rows: &[OwnedDataRow],
) -> Result<Vec<OwnedDataRow>>Joins two row sets by timestamp (inner join)