Spark SQL Joins - Cross Join (Cartesian Product)
2022-05-31 sparkspark-sql
This diagram shows Cross Join type in Spark SQL. It returns the Cartesian product of two tables (relations).
This diagram shows Cross Join type in Spark SQL. It returns the Cartesian product of two tables (relations).