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
Is there any interest in adding a dplyr-like function that implements CROSS JOIN UNNEST? I use the below frequently and am curious if it could be useful in RPresto.
Interesting idea! Similar to this question raised on RPostgres. Are you planning to whip a PR on this? If yes, can you include a few different test cases (e.g. cross_join_unnest directly on a remote table vs. on a sql, etc)? I will also put the function's lifecycle as experimental. Thanks!
Is there any interest in adding a dplyr-like function that implements
CROSS JOIN UNNEST
? I use the below frequently and am curious if it could be useful in RPresto.This allows a workflow like
If yes, I'd be happy to create a PR.
The text was updated successfully, but these errors were encountered: