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 8b56ed3 commit d1ac941
Show file tree
Hide file tree
Showing 8 changed files with 769 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 @@ -62,6 +62,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 d1ac941

Please sign in to comment.