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 6, 2024
1 parent 6517e89 commit 4675297
Show file tree
Hide file tree
Showing 8 changed files with 789 additions and 3 deletions.
8 changes: 5 additions & 3 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 @@ -56,6 +56,8 @@ rand = { workspace = true }
regex = { workspace = true }
roaring = "0.10.1"
#scroll = "0.12.0"
serde = { workspace = true }
serde_json = { workspace = true }
sha1 = "0.10.5"
sha2 = "0.10.6"
simdutf8 = "0.1.4"
Expand Down
Loading

0 comments on commit 4675297

Please sign in to comment.