Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

[NSE-955] Support window function lag #1056

Merged
merged 19 commits into from
Oct 11, 2022
Merged

[NSE-955] Support window function lag #1056

merged 19 commits into from
Oct 11, 2022

Conversation

PHILO-HE
Copy link
Collaborator

@PHILO-HE PHILO-HE commented Aug 5, 2022

What changes were proposed in this pull request?

Support a window function called lag.

How was this patch tested?

UT/Integration tests.

@github-actions
Copy link

github-actions bot commented Aug 5, 2022

#955

@PHILO-HE PHILO-HE force-pushed the lag branch 6 times, most recently from 94683b9 to c00cdc8 Compare September 20, 2022 05:22
@PHILO-HE PHILO-HE marked this pull request as ready for review September 23, 2022 08:19
@PHILO-HE
Copy link
Collaborator Author

@jackylee-ch, please have a review and verification. Thanks!

@@ -544,6 +544,316 @@ arrow::Status WindowRankKernel::AreTheSameValue(const std::vector<ArrayList>& va
return arrow::Status::OK();
}

WindowLagKernel::WindowLagKernel(
Copy link
Collaborator

Choose a reason for hiding this comment

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

TODO: the cpp file is already too big, might split this into small files

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Will refactor it in another patch. Thanks!

@zhouyuan zhouyuan merged commit b1dc522 into oap-project:main Oct 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants