Skip to content

Commit 9cbe53d

Browse files
authored
feat: histogram aggregate function (#14839)
1 parent 5f1541b commit 9cbe53d

File tree

10 files changed

+922
-2
lines changed

10 files changed

+922
-2
lines changed

Cargo.lock

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/query/functions/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ rand = { workspace = true }
5656
regex = { workspace = true }
5757
roaring = "0.10.1"
5858
#scroll = "0.12.0"
59+
serde = { workspace = true }
60+
serde_json = { workspace = true }
5961
sha1 = "0.10.5"
6062
sha2 = "0.10.6"
6163
simdutf8 = "0.1.4"

0 commit comments

Comments
 (0)