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

CSE across multiple frames in collect_all #5821

Open
gr-alecz opened this issue Dec 15, 2022 · 0 comments
Open

CSE across multiple frames in collect_all #5821

gr-alecz opened this issue Dec 15, 2022 · 0 comments
Labels
enhancement New feature or an improvement of an existing feature

Comments

@gr-alecz
Copy link

gr-alecz commented Dec 15, 2022

Problem description

given

a: pl.LazyFrame = ...
b: pl.LazyFrame = ...
pl.collect_all([a, b, f(a), g(b), h(a, b)])

it would be nice if the optimiser was able to merge the dags of the individual calculations and co-optimise all the queries.

@gr-alecz gr-alecz added the enhancement New feature or an improvement of an existing feature label Dec 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or an improvement of an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant