forked from apache/datafusion
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* move accumulate Signed-off-by: jayzhan211 <[email protected]> * move prim_op Signed-off-by: jayzhan211 <[email protected]> * move test to slt Signed-off-by: jayzhan211 <[email protected]> * remove sum distinct Signed-off-by: jayzhan211 <[email protected]> * move sum aggregate Signed-off-by: jayzhan211 <[email protected]> * fix args Signed-off-by: jayzhan211 <[email protected]> * add sum Signed-off-by: jayzhan211 <[email protected]> * merge fix Signed-off-by: jayzhan211 <[email protected]> * fix sum sig Signed-off-by: jayzhan211 <[email protected]> * todo: wait ahash merge Signed-off-by: jayzhan211 <[email protected]> * rebase Signed-off-by: jayzhan211 <[email protected]> * disable ordering req by default Signed-off-by: jayzhan211 <[email protected]> * check arg count Signed-off-by: jayzhan211 <[email protected]> * rm old workflow Signed-off-by: jayzhan211 <[email protected]> * fmt Signed-off-by: jayzhan211 <[email protected]> * fix failed test Signed-off-by: jayzhan211 <[email protected]> * doc and fmt Signed-off-by: jayzhan211 <[email protected]> * check udaf first Signed-off-by: jayzhan211 <[email protected]> * fmt Signed-off-by: jayzhan211 <[email protected]> * fix ci Signed-off-by: jayzhan211 <[email protected]> * fix ci Signed-off-by: jayzhan211 <[email protected]> * fix ci Signed-off-by: jayzhan211 <[email protected]> * fix err msg AGAIN Signed-off-by: jayzhan211 <[email protected]> * rm sum in builtin test which covered in sql Signed-off-by: jayzhan211 <[email protected]> * proto for window with udaf Signed-off-by: jayzhan211 <[email protected]> * fix slt Signed-off-by: jayzhan211 <[email protected]> * fmt Signed-off-by: jayzhan211 <[email protected]> * fix err msg Signed-off-by: jayzhan211 <[email protected]> * fix exprfn Signed-off-by: jayzhan211 <[email protected]> * fix ciy Signed-off-by: jayzhan211 <[email protected]> * fix ci Signed-off-by: jayzhan211 <[email protected]> * rename first/last to lowercase Signed-off-by: jayzhan211 <[email protected]> * skip sum Signed-off-by: jayzhan211 <[email protected]> * fix firstvalue Signed-off-by: jayzhan211 <[email protected]> * clippy Signed-off-by: jayzhan211 <[email protected]> * add doc Signed-off-by: jayzhan211 <[email protected]> * rm has_ordering_req Signed-off-by: jayzhan211 <[email protected]> * default hard req Signed-off-by: jayzhan211 <[email protected]> * insensitive for sum Signed-off-by: jayzhan211 <[email protected]> * cleanup duplicate code Signed-off-by: jayzhan211 <[email protected]> * Re-introduce check --------- Signed-off-by: jayzhan211 <[email protected]> Co-authored-by: Mustafa Akur <[email protected]>
- Loading branch information
Showing
41 changed files
with
888 additions
and
299 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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.