avantgardnerio opened a new pull request, #17347: URL: https://github.com/apache/datafusion/pull/17347
## Which issue does this PR close? - Closes #17346. ## Rationale for this change We would like plans with window functions to go faster. ## What changes are included in this PR? A proof-of-concept level optimizer rule push limits past some window functions. ## Are these changes tested? So far only by the existing sqllogictest suite. ## Are there any user-facing changes? Queries with window functions may go faster, particularly if the `TableProvider` supports TopK pushdown. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org