Skip to content

Commit

Permalink
feat: add bloom filter meta (#210)
Browse files Browse the repository at this point in the history
Signed-off-by: Zhenchi <[email protected]>
  • Loading branch information
zhongzc authored Jan 16, 2025
1 parent 4a17378 commit ec801a9
Show file tree
Hide file tree
Showing 10 changed files with 7,229 additions and 7 deletions.
1 change: 1 addition & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ fn main() {
"proto/greptime/v1/meta/procedure.proto",
"proto/greptime/v1/region/server.proto",
"proto/greptime/v1/flow/server.proto",
"proto/greptime/v1/index/bloom_filter.proto",
"proto/greptime/v1/index/inverted_index.proto",
"proto/prometheus/remote/remote.proto",
"proto/substrait_extension/promql_plan.proto",
Expand Down
29 changes: 29 additions & 0 deletions c++/greptime/v1/index/bloom_filter.grpc.pb.cc

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

52 changes: 52 additions & 0 deletions c++/greptime/v1/index/bloom_filter.grpc.pb.h

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

Loading

0 comments on commit ec801a9

Please sign in to comment.