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

feature: Allow custom window functions to be registered with the driver #2

Merged
merged 2 commits into from
Feb 20, 2024

Conversation

ohaibbq
Copy link

@ohaibbq ohaibbq commented Feb 20, 2024

This implements the registration of user-defined window functions. It extends the existing RegisterAggregator interface to allow the impl to implement Inverse and Value, in which case, the aggregator can be used both as a regular aggregate function and a window function.

mattn#1215

@ohaibbq ohaibbq merged commit bffb5ad into candidate/rb20240220 Feb 20, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants