This repository has been archived by the owner on Sep 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NSE-955] Support window function lag (#1056)
* Initial commit * Implement lag based on window rank * Set lag value for non-boundary case * Refine the code * Fix compile issue * Fix issue caused by rebasing * Disable string type * Fix bugs * Correct the setting for validity * Add a native test * Change test case * Pass lag function options to native function * Support null literal * Sort according to orderSpec * Consider orderSpec in ut * Let non-literal offset or default value fall back * Format the code * Fix native ut issue * Support StringType input and refactor the code
- Loading branch information
Showing
6 changed files
with
541 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.