Skip to content

Commit

Permalink
add variance functions (#27)
Browse files Browse the repository at this point in the history
related to and closes questdb/ui#203
  • Loading branch information
argshook authored Oct 15, 2023
1 parent c68ec9c commit 2591d1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,9 @@ export default [
"typeOf",
"ucase",
"upper",
"var_pop",
"var_samp",
"variance",
"version",
"wal_tables",
"week_of_year",
Expand Down

0 comments on commit 2591d1f

Please sign in to comment.