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:
@@ -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
Reference in New Issue
Block a user