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

Does duckplyr have support for/plans for "lazy operations" using Views? #278

Open
JanSulavik opened this issue Oct 17, 2024 · 0 comments
Open

Comments

@JanSulavik
Copy link

Hello,

first of all: this package looks really exciting, combining dplyr and Duck DB sounds like a really great idea.

I have a question: in Python, I use Polars' Lazy API (LazyFrames) to work with data too large for my RAM (mainly huge parquet files).

In R, I have been mostly using DuckDB's Views (virtual tables) for the same purpose, but then using SQL-syntax of course.

Does duckplyr have support for/plans for supporting use of dplyr syntax on Views?

I looked at duckplyr reference manual on CRAN and browsed through the Issues here, but I haven't found an explicit mention of Views yet.

Thank you very much in advance for answer and keep up the good work with duckplyr.

Best regards,
Jan

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

No branches or pull requests

1 participant