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

Blog post about user defined window functions #6781

Open
alamb opened this issue Jun 27, 2023 · 0 comments
Open

Blog post about user defined window functions #6781

alamb opened this issue Jun 27, 2023 · 0 comments
Assignees
Labels
devrel Issues related to making it easier to use DataFusion by developers documentation Improvements or additions to documentation enhancement New feature or request

Comments

@alamb
Copy link
Contributor

alamb commented Jun 27, 2023

Is your feature request related to a problem or challenge?

We recently did a bunch of work to support user defined window aggregates: #5781

It would be great to write a blog post to highlight this support as I don't think it is as common.

Describe the solution you'd like

The basic outline would be:

  1. introduce window functions in SQL
  2. Introduce siding windows
  3. Explain why computing them is hard
  4. Show how to do it in DataFusion, and show how fast it can be

Describe alternatives you've considered

No response

Additional context

No response

@alamb alamb added enhancement New feature or request documentation Improvements or additions to documentation labels Jun 27, 2023
@alamb alamb self-assigned this Jul 10, 2023
@alamb alamb added the devrel Issues related to making it easier to use DataFusion by developers label Jul 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devrel Issues related to making it easier to use DataFusion by developers documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant