Skip to content

Add: aggregate functions.#407

Draft
dogquery wants to merge 2 commits intosql-js:masterfrom
dogquery:aggregate-functions
Draft

Add: aggregate functions.#407
dogquery wants to merge 2 commits intosql-js:masterfrom
dogquery:aggregate-functions

Conversation

@dogquery
Copy link

@dogquery dogquery commented Jul 3, 2020

issue: #204

this PR based AnyhowStep's idea.

Work:
select js_sum(col1) from test group by id;

Not Work:
aggregate window function.
select js_sum(col1) over(~~) from test;

ToDo:

  • Add test cases.
  • Modify README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants