spaceandtimelabs / sxt-proof-of-sql

Space and Time | Proof of SQL
Other
2.65k stars 93 forks source link

feat: add `cross_join` #390

Closed iajoiner closed 1 day ago

iajoiner commented 6 days ago

Please be sure to look over the pull request guidelines here: https://github.com/spaceandtimelabs/sxt-proof-of-sql/blob/main/CONTRIBUTING.md#submit-pr.

Please go through the following checklist

Rationale for this change

Now let's add the simplest form of join without adding its proof yet, that is, the cross join. Cross joins are not that common but they are easier to implement than inner joins since they don't require sorting or matching.

What changes are included in this PR?

github-actions[bot] commented 1 day ago

:tada: This PR is included in version 0.50.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: