FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Add: aggregate functions. by dogquery · Pull Request #407 · sql-js/sql.js · GitHub

/ sql.js Public

Add: aggregate functions. - #407

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

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

Conversation

dogquery commented Jul 3, 2020

Copy link
Copy Markdown

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

This file contains hidden or 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
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.

2 participants


Back | FazBrowse Home | New Git URL