Skip to content

Commit

Permalink
feat: add InvertedIndexMetas (GreptimeTeam#121)
Browse files Browse the repository at this point in the history
* feat: add `InvertedIndexFooter`

Signed-off-by: Zhenchi <[email protected]>

* feat: map instead of list

Signed-off-by: Zhenchi <[email protected]>

* fix: add rust mod

Signed-off-by: Zhenchi <[email protected]>

* chore: rename InvertedIndexFooter to InvertedIndexMetas

Signed-off-by: Zhenchi <[email protected]>

* chore: add java outer classname option

Signed-off-by: Zhenchi <[email protected]>

---------

Signed-off-by: Zhenchi <[email protected]>
  • Loading branch information
zhongzc authored Nov 23, 2023
1 parent 2542930 commit 2ffdcae
Show file tree
Hide file tree
Showing 9 changed files with 5,513 additions and 0 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/lock.proto",
"proto/greptime/v1/meta/cluster.proto",
"proto/greptime/v1/region/server.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/inverted_index.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/inverted_index.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 2ffdcae

Please sign in to comment.