You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you help me understand why duckplyr can't use the current relationship argument directly?
krlmlr
changed the title
A duckplyr-compatible version of the relationship argument
An attribute-based version of the relationship argument
Feb 8, 2025
The default is horrible from a performance perspective. This is "just" an incompatibility, I have code that implements the checks (but not in the main branch yet).
I was confused, duckplyr can deal with this either way. I have written this also with dm in mind that could provide the relationship information too. This will be most useful if the default join generics/methods query this information and translate it. No action needed, I'm open to discussing this if this sparks interest.
What would the following syntax feel like?
The functions would merely add a class that dplyr/duckplyr could react upon, each in their own unique way.
We could also explore extending the powerjoin package, CC @moodymudskipper.
The text was updated successfully, but these errors were encountered: