コード例 #1
0
 def apply(self, t: Table, ot: Table) -> Table:
     return t.natural_join(ot, on=["a", "b"], joins=["f"])
コード例 #2
0
def partitioned_transform_func(t: Table, ot: Table) -> Table:
    return t.natural_join(ot, on=["a", "b"], joins=["f"])