Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add horizontal aggregations and inequality joins #39

Merged
merged 7 commits into from
Nov 27, 2024
Merged

Conversation

finn-rudolph
Copy link
Contributor

We now have horizontal sum, any all. coalesce was added, too.

Inner and left inequality joins should work well on all backends (via a workaround in polars). Full inequality joins do not work on all backends if the join condition is too fancy (not mergeable or hashable, to quote postgres). But these kinds of operations can always be done via two left joins.

MSSQL does now behave like the other backends on string comparisons, but accomplishing this requires extra work (length comparisons and collations).

@finn-rudolph finn-rudolph requested a review from a team as a code owner November 27, 2024 16:13
@finn-rudolph finn-rudolph merged commit 07cbc49 into main Nov 27, 2024
6 checks passed
@finn-rudolph finn-rudolph deleted the more-ops branch November 27, 2024 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant