Skip to content

Commit 2ffdcae

Browse files
authored
feat: add InvertedIndexMetas (#121)
* feat: add `InvertedIndexFooter` Signed-off-by: Zhenchi <zhongzc_arch@outlook.com> * feat: map instead of list Signed-off-by: Zhenchi <zhongzc_arch@outlook.com> * fix: add rust mod Signed-off-by: Zhenchi <zhongzc_arch@outlook.com> * chore: rename InvertedIndexFooter to InvertedIndexMetas Signed-off-by: Zhenchi <zhongzc_arch@outlook.com> * chore: add java outer classname option Signed-off-by: Zhenchi <zhongzc_arch@outlook.com> --------- Signed-off-by: Zhenchi <zhongzc_arch@outlook.com>
1 parent 2542930 commit 2ffdcae

9 files changed

Lines changed: 5513 additions & 0 deletions

File tree

build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ fn main() {
4343
"proto/greptime/v1/meta/lock.proto",
4444
"proto/greptime/v1/meta/cluster.proto",
4545
"proto/greptime/v1/region/server.proto",
46+
"proto/greptime/v1/index/inverted_index.proto",
4647
"proto/prometheus/remote/remote.proto",
4748
"proto/substrait_extension/promql_plan.proto",
4849
],

c++/greptime/v1/index/inverted_index.grpc.pb.cc

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

c++/greptime/v1/index/inverted_index.grpc.pb.h

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

0 commit comments

Comments
 (0)