Searched refs:join_tables (Results 1 – 1 of 1) sorted by relevance
622 def join_tables(self, rows_a: Rows, rows_b: Rows) -> tuple[Columns, Rows]: member in Table654 cols, rows = self.join_tables(rows_a, rows_b)