Skip to content

Commit

Permalink
feat: histogram aggregate function
Browse files Browse the repository at this point in the history
  • Loading branch information
suimenno3002 committed Mar 5, 2024
1 parent 6517e89 commit 35ecf59
Show file tree
Hide file tree
Showing 8 changed files with 760 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/query/functions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ siphasher = "0.3"
strength_reduce = "0.2.3"
stringslice = "0.2.0"
twox-hash = "1.6.3"
serde_json = { workspace = true }
serde = { workspace = true }

[dev-dependencies]
comfy-table = "6"
Expand Down
Loading

0 comments on commit 35ecf59

Please sign in to comment.