Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add variance functions to syntax highlighter #203

Closed
javier opened this issue Oct 6, 2023 · 1 comment · Fixed by questdb/sql-grammar#27 or questdb/sql-grammar#30
Closed

Add variance functions to syntax highlighter #203

javier opened this issue Oct 6, 2023 · 1 comment · Fixed by questdb/sql-grammar#27 or questdb/sql-grammar#30

Comments

@javier
Copy link

javier commented Oct 6, 2023

Three new functions are now supported for variance see questdb/questdb/pull/3770.

variance(), var_samp(), var_pop()

Support should be added to the console

argshook added a commit to questdb/sql-grammar that referenced this issue Oct 6, 2023
@argshook
Copy link
Contributor

argshook commented Oct 6, 2023

Hey @javier! This should be done in the sql-grammer repo. I submitted a PR here: questdb/sql-grammar#27

insmac pushed a commit to questdb/sql-grammar that referenced this issue Oct 15, 2023
argshook added a commit to questdb/sql-grammar that referenced this issue Nov 15, 2023
Changelist:

* add variance functions (#27)
    `var_pop`, `var_samp`, `variance`
    related to and closes questdb/ui#203
* add `stddev` & `stddev_pop` (#28)
* add enterprise keywords and functions (#29)
    * functions:
      * `all_permissions`,
      * `permissions`,
      * `reload_tls`,
      * `server_conf`,
      * `server_version`,
      * `show`,
      * `vwap`,

    * keywords:
      * `account`,
      * `accounts`,
      * `any`,
      * `assume`,
      * `cascade`,
      * `cancel`,
      * `current`,
      * `dedup`,
      * `detach`,
      * `details`,
      * `disable`,
      * `enable`,
      * `exclude`,
      * `exit`,
      * `groups`,
      * `http`,
      * `ilp`,
      * `jwk`,
      * `no`,
      * `others`,
      * `password`,
      * `permissions`,
      * `pgwire`,
      * `preceding`,
      * `public`,
      * `range`,
      * `refresh`,
      * `reindex`,
      * `remove`,
      * `rest`,
      * `resume`,
      * `revoke`,
      * `row`,
      * `service`,
      * `token`,
      * `ttl`,
      * `unbounded`,
      * `user`,
      * `users`,
      * `vacuum`,
      * `wal`,
insmac pushed a commit to questdb/sql-grammar that referenced this issue Nov 15, 2023
Changelist:

* add variance functions (#27)
    `var_pop`, `var_samp`, `variance`
    related to and closes questdb/ui#203
* add `stddev` & `stddev_pop` (#28)
* add enterprise keywords and functions (#29)
    * functions:
      * `all_permissions`,
      * `permissions`,
      * `reload_tls`,
      * `server_conf`,
      * `server_version`,
      * `show`,
      * `vwap`,

    * keywords:
      * `account`,
      * `accounts`,
      * `any`,
      * `assume`,
      * `cascade`,
      * `cancel`,
      * `current`,
      * `dedup`,
      * `detach`,
      * `details`,
      * `disable`,
      * `enable`,
      * `exclude`,
      * `exit`,
      * `groups`,
      * `http`,
      * `ilp`,
      * `jwk`,
      * `no`,
      * `others`,
      * `password`,
      * `permissions`,
      * `pgwire`,
      * `preceding`,
      * `public`,
      * `range`,
      * `refresh`,
      * `reindex`,
      * `remove`,
      * `rest`,
      * `resume`,
      * `revoke`,
      * `row`,
      * `service`,
      * `token`,
      * `ttl`,
      * `unbounded`,
      * `user`,
      * `users`,
      * `vacuum`,
      * `wal`,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants