feat: define region server related messages (#79)

* feat: define region server related messages

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>

* finalise

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>

* generate language code

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>

* add missing field

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>

* push region id down

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>

* remove type alias for region id and column id

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>

* define query request

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>

* remove old java file

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>

* remove go code

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>

---------

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
This commit is contained in:
Ruihang Xia
2023-08-15 18:43:23 +08:00
committed by GitHub
parent f3a7cdff3c
commit dbb8e524ca
11 changed files with 24546 additions and 4 deletions
@@ -6643,6 +6643,10 @@ public final class Common {
com.google.protobuf.ByteString getDefaultConstraint();
}
/**
* <pre>
* TODO: deprecate this, and use the `ColumnDef` in region_server.proto instead
* </pre>
*
* Protobuf type {@code greptime.v1.ColumnDef}
*/
public static final class ColumnDef extends
@@ -7013,6 +7017,10 @@ public final class Common {
return builder;
}
/**
* <pre>
* TODO: deprecate this, and use the `ColumnDef` in region_server.proto instead
* </pre>
*
* Protobuf type {@code greptime.v1.ColumnDef}
*/
public static final class Builder extends
File diff suppressed because it is too large Load Diff