cj#

swordfish.function.cj()#

Perform a cross join between two tables and returns their Cartesian product. If X has n rows and Y has m rows, then cj(X,Y) has n*m rows.

Parameters: