Skip to content

Adds support for windowing functions. #1116

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

Closed
wants to merge 2 commits into from

Conversation

schauder
Copy link
Contributor

@schauder schauder commented Dec 17, 2021

This allows us to use analytic functions aka windowing functions in generated select statements.

Closes #1019

This allows us to use analytic functions aka windowing functions in generated select statements.

Closes #1019
* @author Jens Schauder
* @since 2.7
*/
public class OrderBy extends SegmentList<OrderByField>{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there supposed to be a space before the {?

* @see OrderBy
* @param <T> the type of the elements.
*/
public class SegmentList<T extends Segment> extends AbstractSegment{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there supposed to be a space before the {?

@schauder
Copy link
Contributor Author

Thanks. I made the changes and merged the changes.

@schauder schauder closed this Dec 17, 2021
@schauder schauder deleted the issue/1019-analytic-functions branch December 17, 2021 15:38
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

Successfully merging this pull request may close these issues.

Support windowing functions aka analytic function
2 participants