|
@@ -91,6 +91,69 @@ func (x *QueryResponse) GetPageNo() int32 {
|
|
|
return 0
|
|
|
}
|
|
|
|
|
|
+type QueryOnlyResponse struct {
|
|
|
+ state protoimpl.MessageState
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+
|
|
|
+ Statement string `protobuf:"bytes,1,opt,name=Statement,proto3" json:"Statement,omitempty"`
|
|
|
+ Infos []*InfoData `protobuf:"bytes,2,rep,name=Infos,proto3" json:"Infos,omitempty"`
|
|
|
+ PageNo int32 `protobuf:"varint,3,opt,name=PageNo,proto3" json:"PageNo,omitempty"`
|
|
|
+}
|
|
|
+
|
|
|
+func (x *QueryOnlyResponse) Reset() {
|
|
|
+ *x = QueryOnlyResponse{}
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
+ mi := &file_v1_response_query_proto_msgTypes[1]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+func (x *QueryOnlyResponse) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*QueryOnlyResponse) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *QueryOnlyResponse) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_v1_response_query_proto_msgTypes[1]
|
|
|
+ if protoimpl.UnsafeEnabled && x != nil {
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+ return ms
|
|
|
+ }
|
|
|
+ return mi.MessageOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+func (*QueryOnlyResponse) Descriptor() ([]byte, []int) {
|
|
|
+ return file_v1_response_query_proto_rawDescGZIP(), []int{1}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *QueryOnlyResponse) GetStatement() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.Statement
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *QueryOnlyResponse) GetInfos() []*InfoData {
|
|
|
+ if x != nil {
|
|
|
+ return x.Infos
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+
|
|
|
+func (x *QueryOnlyResponse) GetPageNo() int32 {
|
|
|
+ if x != nil {
|
|
|
+ return x.PageNo
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
type QueryByKeysResponse struct {
|
|
|
state protoimpl.MessageState
|
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -103,7 +166,7 @@ type QueryByKeysResponse struct {
|
|
|
func (x *QueryByKeysResponse) Reset() {
|
|
|
*x = QueryByKeysResponse{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_v1_response_query_proto_msgTypes[1]
|
|
|
+ mi := &file_v1_response_query_proto_msgTypes[2]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -116,7 +179,7 @@ func (x *QueryByKeysResponse) String() string {
|
|
|
func (*QueryByKeysResponse) ProtoMessage() {}
|
|
|
|
|
|
func (x *QueryByKeysResponse) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_v1_response_query_proto_msgTypes[1]
|
|
|
+ mi := &file_v1_response_query_proto_msgTypes[2]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -129,7 +192,7 @@ func (x *QueryByKeysResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
func (*QueryByKeysResponse) Descriptor() ([]byte, []int) {
|
|
|
- return file_v1_response_query_proto_rawDescGZIP(), []int{1}
|
|
|
+ return file_v1_response_query_proto_rawDescGZIP(), []int{2}
|
|
|
}
|
|
|
|
|
|
func (x *QueryByKeysResponse) GetStatement() string {
|
|
@@ -158,7 +221,7 @@ type CountResponse struct {
|
|
|
func (x *CountResponse) Reset() {
|
|
|
*x = CountResponse{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_v1_response_query_proto_msgTypes[2]
|
|
|
+ mi := &file_v1_response_query_proto_msgTypes[3]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -171,7 +234,7 @@ func (x *CountResponse) String() string {
|
|
|
func (*CountResponse) ProtoMessage() {}
|
|
|
|
|
|
func (x *CountResponse) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_v1_response_query_proto_msgTypes[2]
|
|
|
+ mi := &file_v1_response_query_proto_msgTypes[3]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -184,7 +247,7 @@ func (x *CountResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
func (*CountResponse) Descriptor() ([]byte, []int) {
|
|
|
- return file_v1_response_query_proto_rawDescGZIP(), []int{2}
|
|
|
+ return file_v1_response_query_proto_rawDescGZIP(), []int{3}
|
|
|
}
|
|
|
|
|
|
func (x *CountResponse) GetStatement() string {
|
|
@@ -212,7 +275,7 @@ type InfoData struct {
|
|
|
func (x *InfoData) Reset() {
|
|
|
*x = InfoData{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_v1_response_query_proto_msgTypes[3]
|
|
|
+ mi := &file_v1_response_query_proto_msgTypes[4]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -225,7 +288,7 @@ func (x *InfoData) String() string {
|
|
|
func (*InfoData) ProtoMessage() {}
|
|
|
|
|
|
func (x *InfoData) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_v1_response_query_proto_msgTypes[3]
|
|
|
+ mi := &file_v1_response_query_proto_msgTypes[4]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -238,7 +301,7 @@ func (x *InfoData) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
func (*InfoData) Descriptor() ([]byte, []int) {
|
|
|
- return file_v1_response_query_proto_rawDescGZIP(), []int{3}
|
|
|
+ return file_v1_response_query_proto_rawDescGZIP(), []int{4}
|
|
|
}
|
|
|
|
|
|
func (x *InfoData) GetColumns() []*Column {
|
|
@@ -260,7 +323,7 @@ type Column struct {
|
|
|
func (x *Column) Reset() {
|
|
|
*x = Column{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_v1_response_query_proto_msgTypes[4]
|
|
|
+ mi := &file_v1_response_query_proto_msgTypes[5]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -273,7 +336,7 @@ func (x *Column) String() string {
|
|
|
func (*Column) ProtoMessage() {}
|
|
|
|
|
|
func (x *Column) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_v1_response_query_proto_msgTypes[4]
|
|
|
+ mi := &file_v1_response_query_proto_msgTypes[5]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -286,7 +349,7 @@ func (x *Column) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
func (*Column) Descriptor() ([]byte, []int) {
|
|
|
- return file_v1_response_query_proto_rawDescGZIP(), []int{4}
|
|
|
+ return file_v1_response_query_proto_rawDescGZIP(), []int{5}
|
|
|
}
|
|
|
|
|
|
func (x *Column) GetName() string {
|
|
@@ -323,7 +386,7 @@ type ColumnValue struct {
|
|
|
func (x *ColumnValue) Reset() {
|
|
|
*x = ColumnValue{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_v1_response_query_proto_msgTypes[5]
|
|
|
+ mi := &file_v1_response_query_proto_msgTypes[6]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -336,7 +399,7 @@ func (x *ColumnValue) String() string {
|
|
|
func (*ColumnValue) ProtoMessage() {}
|
|
|
|
|
|
func (x *ColumnValue) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_v1_response_query_proto_msgTypes[5]
|
|
|
+ mi := &file_v1_response_query_proto_msgTypes[6]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -349,7 +412,7 @@ func (x *ColumnValue) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
|
|
func (*ColumnValue) Descriptor() ([]byte, []int) {
|
|
|
- return file_v1_response_query_proto_rawDescGZIP(), []int{5}
|
|
|
+ return file_v1_response_query_proto_rawDescGZIP(), []int{6}
|
|
|
}
|
|
|
|
|
|
func (x *ColumnValue) GetKind() int32 {
|
|
@@ -456,43 +519,51 @@ var file_v1_response_query_proto_rawDesc = []byte{
|
|
|
0x0a, 0x54, 0x6f, 0x74, 0x61, 0x6c, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28,
|
|
|
0x03, 0x52, 0x0a, 0x54, 0x6f, 0x74, 0x61, 0x6c, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x16, 0x0a,
|
|
|
0x06, 0x50, 0x61, 0x67, 0x65, 0x4e, 0x6f, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x50,
|
|
|
- 0x61, 0x67, 0x65, 0x4e, 0x6f, 0x22, 0x5b, 0x0a, 0x13, 0x51, 0x75, 0x65, 0x72, 0x79, 0x42, 0x79,
|
|
|
- 0x4b, 0x65, 0x79, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x1c, 0x0a, 0x09,
|
|
|
- 0x53, 0x74, 0x61, 0x74, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
- 0x09, 0x53, 0x74, 0x61, 0x74, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x26, 0x0a, 0x04, 0x49, 0x6e,
|
|
|
- 0x66, 0x6f, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f,
|
|
|
- 0x6e, 0x73, 0x65, 0x2e, 0x49, 0x6e, 0x66, 0x6f, 0x44, 0x61, 0x74, 0x61, 0x52, 0x04, 0x49, 0x6e,
|
|
|
- 0x66, 0x6f, 0x22, 0x43, 0x0a, 0x0d, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f,
|
|
|
- 0x6e, 0x73, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x53, 0x74, 0x61, 0x74, 0x65, 0x6d, 0x65, 0x6e, 0x74,
|
|
|
- 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x53, 0x74, 0x61, 0x74, 0x65, 0x6d, 0x65, 0x6e,
|
|
|
- 0x74, 0x12, 0x14, 0x0a, 0x05, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03,
|
|
|
- 0x52, 0x05, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x36, 0x0a, 0x08, 0x49, 0x6e, 0x66, 0x6f, 0x44,
|
|
|
- 0x61, 0x74, 0x61, 0x12, 0x2a, 0x0a, 0x07, 0x43, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x73, 0x18, 0x01,
|
|
|
- 0x20, 0x03, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e,
|
|
|
- 0x43, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x52, 0x07, 0x43, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x73, 0x22,
|
|
|
- 0x49, 0x0a, 0x06, 0x43, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x4e, 0x61, 0x6d,
|
|
|
- 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x2b, 0x0a,
|
|
|
- 0x05, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x72,
|
|
|
- 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x43, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x56, 0x61,
|
|
|
- 0x6c, 0x75, 0x65, 0x52, 0x05, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x22, 0xf5, 0x01, 0x0a, 0x0b, 0x43,
|
|
|
- 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x4b, 0x69,
|
|
|
- 0x6e, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x4b, 0x69, 0x6e, 0x64, 0x12, 0x12,
|
|
|
- 0x0a, 0x04, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x54, 0x79,
|
|
|
- 0x70, 0x65, 0x12, 0x22, 0x0a, 0x0b, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75,
|
|
|
- 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x0b, 0x53, 0x74, 0x72, 0x69, 0x6e,
|
|
|
- 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x22, 0x0a, 0x0b, 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32,
|
|
|
- 0x56, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x48, 0x00, 0x52, 0x0b, 0x55,
|
|
|
- 0x69, 0x6e, 0x74, 0x33, 0x32, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x22, 0x0a, 0x0b, 0x55, 0x69,
|
|
|
- 0x6e, 0x74, 0x36, 0x34, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x48,
|
|
|
- 0x00, 0x52, 0x0b, 0x55, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x24,
|
|
|
- 0x0a, 0x0c, 0x46, 0x6c, 0x6f, 0x61, 0x74, 0x36, 0x34, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x06,
|
|
|
- 0x20, 0x01, 0x28, 0x01, 0x48, 0x00, 0x52, 0x0c, 0x46, 0x6c, 0x6f, 0x61, 0x74, 0x36, 0x34, 0x56,
|
|
|
- 0x61, 0x6c, 0x75, 0x65, 0x12, 0x1e, 0x0a, 0x09, 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75,
|
|
|
- 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x08, 0x48, 0x00, 0x52, 0x09, 0x42, 0x6f, 0x6f, 0x6c, 0x56,
|
|
|
- 0x61, 0x6c, 0x75, 0x65, 0x42, 0x0c, 0x0a, 0x0a, 0x54, 0x79, 0x70, 0x65, 0x64, 0x56, 0x61, 0x6c,
|
|
|
- 0x75, 0x65, 0x42, 0x21, 0x5a, 0x1f, 0x64, 0x70, 0x73, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x67, 0x72,
|
|
|
- 0x70, 0x63, 0x5f, 0x61, 0x70, 0x69, 0x2f, 0x70, 0x62, 0x2f, 0x76, 0x31, 0x2f, 0x72, 0x65, 0x73,
|
|
|
- 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
+ 0x61, 0x67, 0x65, 0x4e, 0x6f, 0x22, 0x73, 0x0a, 0x11, 0x51, 0x75, 0x65, 0x72, 0x79, 0x4f, 0x6e,
|
|
|
+ 0x6c, 0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x53, 0x74,
|
|
|
+ 0x61, 0x74, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x53,
|
|
|
+ 0x74, 0x61, 0x74, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x28, 0x0a, 0x05, 0x49, 0x6e, 0x66, 0x6f,
|
|
|
+ 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e,
|
|
|
+ 0x73, 0x65, 0x2e, 0x49, 0x6e, 0x66, 0x6f, 0x44, 0x61, 0x74, 0x61, 0x52, 0x05, 0x49, 0x6e, 0x66,
|
|
|
+ 0x6f, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x50, 0x61, 0x67, 0x65, 0x4e, 0x6f, 0x18, 0x03, 0x20, 0x01,
|
|
|
+ 0x28, 0x05, 0x52, 0x06, 0x50, 0x61, 0x67, 0x65, 0x4e, 0x6f, 0x22, 0x5b, 0x0a, 0x13, 0x51, 0x75,
|
|
|
+ 0x65, 0x72, 0x79, 0x42, 0x79, 0x4b, 0x65, 0x79, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
|
|
|
+ 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x53, 0x74, 0x61, 0x74, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x18, 0x01,
|
|
|
+ 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x53, 0x74, 0x61, 0x74, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x12,
|
|
|
+ 0x26, 0x0a, 0x04, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e,
|
|
|
+ 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x49, 0x6e, 0x66, 0x6f, 0x44, 0x61, 0x74,
|
|
|
+ 0x61, 0x52, 0x04, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0x43, 0x0a, 0x0d, 0x43, 0x6f, 0x75, 0x6e, 0x74,
|
|
|
+ 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x53, 0x74, 0x61, 0x74,
|
|
|
+ 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x53, 0x74, 0x61,
|
|
|
+ 0x74, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18,
|
|
|
+ 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x36, 0x0a, 0x08,
|
|
|
+ 0x49, 0x6e, 0x66, 0x6f, 0x44, 0x61, 0x74, 0x61, 0x12, 0x2a, 0x0a, 0x07, 0x43, 0x6f, 0x6c, 0x75,
|
|
|
+ 0x6d, 0x6e, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x72, 0x65, 0x73, 0x70,
|
|
|
+ 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x43, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x52, 0x07, 0x43, 0x6f, 0x6c,
|
|
|
+ 0x75, 0x6d, 0x6e, 0x73, 0x22, 0x49, 0x0a, 0x06, 0x43, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x12, 0x12,
|
|
|
+ 0x0a, 0x04, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x4e, 0x61,
|
|
|
+ 0x6d, 0x65, 0x12, 0x2b, 0x0a, 0x05, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
|
+ 0x0b, 0x32, 0x15, 0x2e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x43, 0x6f, 0x6c,
|
|
|
+ 0x75, 0x6d, 0x6e, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x05, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x22,
|
|
|
+ 0xf5, 0x01, 0x0a, 0x0b, 0x43, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12,
|
|
|
+ 0x12, 0x0a, 0x04, 0x4b, 0x69, 0x6e, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x4b,
|
|
|
+ 0x69, 0x6e, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
|
+ 0x09, 0x52, 0x04, 0x54, 0x79, 0x70, 0x65, 0x12, 0x22, 0x0a, 0x0b, 0x53, 0x74, 0x72, 0x69, 0x6e,
|
|
|
+ 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x0b,
|
|
|
+ 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x22, 0x0a, 0x0b, 0x55,
|
|
|
+ 0x69, 0x6e, 0x74, 0x33, 0x32, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d,
|
|
|
+ 0x48, 0x00, 0x52, 0x0b, 0x55, 0x69, 0x6e, 0x74, 0x33, 0x32, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12,
|
|
|
+ 0x22, 0x0a, 0x0b, 0x55, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x05,
|
|
|
+ 0x20, 0x01, 0x28, 0x04, 0x48, 0x00, 0x52, 0x0b, 0x55, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x56, 0x61,
|
|
|
+ 0x6c, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0c, 0x46, 0x6c, 0x6f, 0x61, 0x74, 0x36, 0x34, 0x56, 0x61,
|
|
|
+ 0x6c, 0x75, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x01, 0x48, 0x00, 0x52, 0x0c, 0x46, 0x6c, 0x6f,
|
|
|
+ 0x61, 0x74, 0x36, 0x34, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x1e, 0x0a, 0x09, 0x42, 0x6f, 0x6f,
|
|
|
+ 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x08, 0x48, 0x00, 0x52, 0x09,
|
|
|
+ 0x42, 0x6f, 0x6f, 0x6c, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x42, 0x0c, 0x0a, 0x0a, 0x54, 0x79, 0x70,
|
|
|
+ 0x65, 0x64, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x42, 0x21, 0x5a, 0x1f, 0x64, 0x70, 0x73, 0x2f, 0x61,
|
|
|
+ 0x70, 0x69, 0x2f, 0x67, 0x72, 0x70, 0x63, 0x5f, 0x61, 0x70, 0x69, 0x2f, 0x70, 0x62, 0x2f, 0x76,
|
|
|
+ 0x31, 0x2f, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74,
|
|
|
+ 0x6f, 0x33,
|
|
|
}
|
|
|
|
|
|
var (
|
|
@@ -507,25 +578,27 @@ func file_v1_response_query_proto_rawDescGZIP() []byte {
|
|
|
return file_v1_response_query_proto_rawDescData
|
|
|
}
|
|
|
|
|
|
-var file_v1_response_query_proto_msgTypes = make([]protoimpl.MessageInfo, 6)
|
|
|
+var file_v1_response_query_proto_msgTypes = make([]protoimpl.MessageInfo, 7)
|
|
|
var file_v1_response_query_proto_goTypes = []interface{}{
|
|
|
(*QueryResponse)(nil),
|
|
|
- (*QueryByKeysResponse)(nil),
|
|
|
- (*CountResponse)(nil),
|
|
|
- (*InfoData)(nil),
|
|
|
- (*Column)(nil),
|
|
|
- (*ColumnValue)(nil),
|
|
|
+ (*QueryOnlyResponse)(nil),
|
|
|
+ (*QueryByKeysResponse)(nil),
|
|
|
+ (*CountResponse)(nil),
|
|
|
+ (*InfoData)(nil),
|
|
|
+ (*Column)(nil),
|
|
|
+ (*ColumnValue)(nil),
|
|
|
}
|
|
|
var file_v1_response_query_proto_depIdxs = []int32{
|
|
|
- 3,
|
|
|
- 3,
|
|
|
- 4,
|
|
|
- 5,
|
|
|
- 4,
|
|
|
- 4,
|
|
|
- 4,
|
|
|
- 4,
|
|
|
- 0,
|
|
|
+ 4,
|
|
|
+ 4,
|
|
|
+ 4,
|
|
|
+ 5,
|
|
|
+ 6,
|
|
|
+ 5,
|
|
|
+ 5,
|
|
|
+ 5,
|
|
|
+ 5,
|
|
|
+ 0,
|
|
|
}
|
|
|
|
|
|
func init() { file_v1_response_query_proto_init() }
|
|
@@ -547,7 +620,7 @@ func file_v1_response_query_proto_init() {
|
|
|
}
|
|
|
}
|
|
|
file_v1_response_query_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*QueryByKeysResponse); i {
|
|
|
+ switch v := v.(*QueryOnlyResponse); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
case 1:
|
|
@@ -559,7 +632,7 @@ func file_v1_response_query_proto_init() {
|
|
|
}
|
|
|
}
|
|
|
file_v1_response_query_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*CountResponse); i {
|
|
|
+ switch v := v.(*QueryByKeysResponse); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
case 1:
|
|
@@ -571,7 +644,7 @@ func file_v1_response_query_proto_init() {
|
|
|
}
|
|
|
}
|
|
|
file_v1_response_query_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*InfoData); i {
|
|
|
+ switch v := v.(*CountResponse); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
case 1:
|
|
@@ -583,7 +656,7 @@ func file_v1_response_query_proto_init() {
|
|
|
}
|
|
|
}
|
|
|
file_v1_response_query_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*Column); i {
|
|
|
+ switch v := v.(*InfoData); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
case 1:
|
|
@@ -595,6 +668,18 @@ func file_v1_response_query_proto_init() {
|
|
|
}
|
|
|
}
|
|
|
file_v1_response_query_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ switch v := v.(*Column); i {
|
|
|
+ case 0:
|
|
|
+ return &v.state
|
|
|
+ case 1:
|
|
|
+ return &v.sizeCache
|
|
|
+ case 2:
|
|
|
+ return &v.unknownFields
|
|
|
+ default:
|
|
|
+ return nil
|
|
|
+ }
|
|
|
+ }
|
|
|
+ file_v1_response_query_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
|
|
|
switch v := v.(*ColumnValue); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
@@ -607,7 +692,7 @@ func file_v1_response_query_proto_init() {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- file_v1_response_query_proto_msgTypes[5].OneofWrappers = []interface{}{
|
|
|
+ file_v1_response_query_proto_msgTypes[6].OneofWrappers = []interface{}{
|
|
|
(*ColumnValue_StringValue)(nil),
|
|
|
(*ColumnValue_Uint32Value)(nil),
|
|
|
(*ColumnValue_Uint64Value)(nil),
|
|
@@ -620,7 +705,7 @@ func file_v1_response_query_proto_init() {
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
|
RawDescriptor: file_v1_response_query_proto_rawDesc,
|
|
|
NumEnums: 0,
|
|
|
- NumMessages: 6,
|
|
|
+ NumMessages: 7,
|
|
|
NumExtensions: 0,
|
|
|
NumServices: 0,
|
|
|
},
|