Skip to content

Commit 76c4e00

Browse files
authored
Bump up API to support skipping index and tree index (#87)
1 parent d991b74 commit 76c4e00

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/proto/banyandb/v1/banyandb-database.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@ message IndexRule {
161161
enum Type {
162162
TYPE_UNSPECIFIED = 0;
163163
TYPE_INVERTED = 1;
164+
TYPE_SKIPPING = 2;
165+
TYPE_TREE = 3;
164166
}
165167
// type is the IndexType of this IndexObject.
166168
Type type = 3 [(validate.rules).enum.defined_only = true];

0 commit comments

Comments
 (0)