diff --git a/query/graph/graphresponse.pb.go b/query/graph/graphresponse.pb.go index c56d6df911f88cd81257d6f6cafc73e676b4dedb..aae952c586e6386ae21edd780510bb849336dae4 100644 --- a/query/graph/graphresponse.pb.go +++ b/query/graph/graphresponse.pb.go @@ -10,7 +10,6 @@ It is generated from these files: It has these top-level messages: Request - Value Latency Property Node @@ -45,15 +44,6 @@ func (m *Request) String() string { return proto.CompactTextString(m) func (*Request) ProtoMessage() {} func (*Request) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} } -type Value struct { - Str string `protobuf:"bytes,1,opt,name=str" json:"str,omitempty"` -} - -func (m *Value) Reset() { *m = Value{} } -func (m *Value) String() string { return proto.CompactTextString(m) } -func (*Value) ProtoMessage() {} -func (*Value) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} } - type Latency struct { Parsing string `protobuf:"bytes,1,opt,name=parsing" json:"parsing,omitempty"` Processing string `protobuf:"bytes,2,opt,name=processing" json:"processing,omitempty"` @@ -63,24 +53,17 @@ type Latency struct { func (m *Latency) Reset() { *m = Latency{} } func (m *Latency) String() string { return proto.CompactTextString(m) } func (*Latency) ProtoMessage() {} -func (*Latency) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} } +func (*Latency) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} } type Property struct { Prop string `protobuf:"bytes,1,opt,name=prop" json:"prop,omitempty"` - Val *Value `protobuf:"bytes,2,opt,name=val" json:"val,omitempty"` + Val []byte `protobuf:"bytes,2,opt,name=val,proto3" json:"val,omitempty"` } func (m *Property) Reset() { *m = Property{} } func (m *Property) String() string { return proto.CompactTextString(m) } func (*Property) ProtoMessage() {} -func (*Property) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3} } - -func (m *Property) GetVal() *Value { - if m != nil { - return m.Val - } - return nil -} +func (*Property) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} } type Node struct { Uid uint64 `protobuf:"varint,1,opt,name=uid" json:"uid,omitempty"` @@ -93,7 +76,7 @@ type Node struct { func (m *Node) Reset() { *m = Node{} } func (m *Node) String() string { return proto.CompactTextString(m) } func (*Node) ProtoMessage() {} -func (*Node) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{4} } +func (*Node) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3} } func (m *Node) GetProperties() []*Property { if m != nil { @@ -117,7 +100,7 @@ type Response struct { func (m *Response) Reset() { *m = Response{} } func (m *Response) String() string { return proto.CompactTextString(m) } func (*Response) ProtoMessage() {} -func (*Response) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{5} } +func (*Response) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{4} } func (m *Response) GetN() *Node { if m != nil { @@ -135,7 +118,6 @@ func (m *Response) GetL() *Latency { func init() { proto.RegisterType((*Request)(nil), "graph.Request") - proto.RegisterType((*Value)(nil), "graph.Value") proto.RegisterType((*Latency)(nil), "graph.Latency") proto.RegisterType((*Property)(nil), "graph.Property") proto.RegisterType((*Node)(nil), "graph.Node") @@ -214,26 +196,25 @@ var _DGraph_serviceDesc = grpc.ServiceDesc{ } var fileDescriptor0 = []byte{ - // 327 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x5c, 0x91, 0x3f, 0x4f, 0xc3, 0x30, - 0x10, 0xc5, 0x71, 0x93, 0xf4, 0xcf, 0x15, 0xb5, 0xe8, 0x60, 0x48, 0x11, 0x82, 0xca, 0x0b, 0x88, - 0xa1, 0x48, 0x85, 0x99, 0x05, 0x24, 0x16, 0x84, 0xc0, 0x48, 0xec, 0x69, 0x6b, 0xb5, 0x91, 0xa2, - 0xc4, 0xd8, 0x0e, 0xa2, 0x5f, 0x87, 0x4f, 0x8a, 0x7d, 0x71, 0x4a, 0xc5, 0xf6, 0xfc, 0xde, 0x8b, - 0xef, 0xe7, 0x1c, 0x1c, 0xaf, 0x75, 0xa6, 0x36, 0x5a, 0x1a, 0x55, 0x95, 0x46, 0xce, 0x94, 0xae, - 0x6c, 0x85, 0x09, 0x99, 0xfc, 0x02, 0x7a, 0x42, 0x7e, 0xd6, 0xd2, 0x58, 0x3c, 0x81, 0xc4, 0x09, - 0xbd, 0x4d, 0xd9, 0x94, 0x5d, 0x0d, 0x44, 0x73, 0xe0, 0x13, 0x48, 0x3e, 0xb2, 0xa2, 0x96, 0x78, - 0x04, 0x91, 0xb1, 0x3a, 0x84, 0x5e, 0xf2, 0x77, 0xe8, 0x3d, 0x67, 0x56, 0x96, 0xcb, 0x2d, 0xa6, - 0xd0, 0x53, 0x99, 0x36, 0x79, 0xb9, 0x0e, 0x85, 0xf6, 0x88, 0xe7, 0x00, 0x6e, 0xe0, 0x52, 0x1a, - 0x0a, 0x3b, 0x14, 0xee, 0x39, 0x38, 0x82, 0x8e, 0x5a, 0xa4, 0x11, 0xf9, 0x4e, 0xf1, 0x7b, 0xe8, - 0xbf, 0xea, 0x4a, 0x49, 0x6d, 0xb7, 0x88, 0x10, 0xbb, 0xa6, 0x0a, 0x57, 0x92, 0x76, 0xf7, 0x45, - 0x5f, 0x59, 0x41, 0x17, 0x0d, 0xe7, 0x87, 0x33, 0x7a, 0xc5, 0x8c, 0x08, 0x85, 0x0f, 0xf8, 0x0f, - 0x83, 0xf8, 0xa5, 0x5a, 0x11, 0x6f, 0x9d, 0xaf, 0xe8, 0xdb, 0x58, 0x78, 0xe9, 0x9d, 0x6f, 0xe7, - 0x34, 0x0c, 0x5e, 0xe2, 0x19, 0x0c, 0x32, 0x6b, 0x75, 0xbe, 0xa8, 0xad, 0x0c, 0x0c, 0x7f, 0x06, - 0xde, 0x10, 0xba, 0x47, 0xc9, 0xa5, 0x49, 0xe3, 0x69, 0xe4, 0x26, 0x8e, 0xc3, 0xc4, 0x96, 0x51, - 0xec, 0x55, 0xf0, 0x12, 0xfa, 0xcb, 0x4d, 0x5e, 0xac, 0xb4, 0x2c, 0xd3, 0x84, 0xea, 0xc3, 0x50, - 0xf7, 0x44, 0x62, 0x17, 0xf2, 0x07, 0xe8, 0x8b, 0xb0, 0x0e, 0x9c, 0x00, 0x2b, 0x89, 0xf2, 0x5f, - 0x9b, 0x95, 0x0e, 0x8f, 0xb5, 0x2f, 0x1d, 0x85, 0x28, 0xfc, 0x70, 0xc1, 0x8a, 0xf9, 0x1d, 0x74, - 0x1f, 0x9f, 0xbc, 0x89, 0xd7, 0x90, 0xbc, 0xf9, 0x65, 0x61, 0xdb, 0x0a, 0x2b, 0x3d, 0x1d, 0xef, - 0xce, 0xcd, 0x30, 0x7e, 0xb0, 0xe8, 0xd2, 0xfa, 0x6f, 0x7f, 0x03, 0x00, 0x00, 0xff, 0xff, 0x34, - 0xba, 0xdf, 0x53, 0x15, 0x02, 0x00, 0x00, + // 310 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x5c, 0x51, 0xcd, 0x4e, 0xf3, 0x30, + 0x10, 0xfc, 0xdc, 0x26, 0xfd, 0xd9, 0x7e, 0x6a, 0xd1, 0xc2, 0x21, 0x20, 0x04, 0x95, 0x2f, 0x54, + 0x1c, 0x0a, 0x2a, 0xbc, 0x01, 0x48, 0x5c, 0x10, 0x02, 0xf3, 0x04, 0x69, 0x6b, 0xb5, 0x91, 0x2a, + 0xc7, 0xd8, 0x0e, 0x22, 0xaf, 0xc3, 0x93, 0x62, 0x6f, 0x9c, 0x52, 0x71, 0x1b, 0xcf, 0x8c, 0x76, + 0xc6, 0xbb, 0x70, 0xbc, 0x31, 0xb9, 0xde, 0x1a, 0x69, 0x75, 0xa9, 0xac, 0x9c, 0x6b, 0x53, 0xba, + 0x12, 0x53, 0x22, 0xf9, 0x25, 0xf4, 0x85, 0xfc, 0xa8, 0xa4, 0x75, 0x78, 0x02, 0xa9, 0x07, 0xa6, + 0xce, 0xd8, 0x94, 0xcd, 0x86, 0xa2, 0x79, 0xf0, 0x77, 0xe8, 0x3f, 0xe7, 0x4e, 0xaa, 0x55, 0x8d, + 0x19, 0xf4, 0x75, 0x6e, 0x6c, 0xa1, 0x36, 0xd1, 0xd2, 0x3e, 0xf1, 0x02, 0xc0, 0x4f, 0x5d, 0x49, + 0x4b, 0x62, 0x87, 0xc4, 0x03, 0x06, 0xc7, 0xd0, 0xd1, 0xcb, 0xac, 0x4b, 0xbc, 0x47, 0xfc, 0x16, + 0x06, 0xaf, 0xa6, 0xd4, 0xd2, 0xb8, 0x1a, 0x11, 0x12, 0xef, 0xd4, 0x71, 0x24, 0x61, 0x3c, 0x82, + 0xee, 0x67, 0xbe, 0xa3, 0x41, 0xff, 0x45, 0x80, 0xfc, 0x9b, 0x41, 0xf2, 0x52, 0xae, 0x65, 0x90, + 0xaa, 0x62, 0x4d, 0xee, 0x44, 0x04, 0x18, 0x98, 0x2f, 0xcf, 0x34, 0xa9, 0x01, 0xe2, 0x39, 0x0c, + 0x73, 0xe7, 0x4c, 0xb1, 0xac, 0x9c, 0x8c, 0xa9, 0xbf, 0x04, 0xde, 0x50, 0xd9, 0x10, 0x5e, 0x48, + 0x9b, 0x25, 0xd3, 0xee, 0x6c, 0xb4, 0x98, 0xcc, 0x69, 0x1d, 0xf3, 0xb6, 0x95, 0x38, 0xb0, 0xe0, + 0x15, 0x0c, 0x56, 0xdb, 0x62, 0xb7, 0x36, 0x52, 0x65, 0x29, 0xd9, 0x47, 0xd1, 0x1e, 0x1a, 0x89, + 0xbd, 0xc8, 0x1f, 0x60, 0x20, 0xe2, 0x96, 0xf1, 0x14, 0x98, 0xa2, 0x96, 0x7f, 0xdc, 0x4c, 0xf9, + 0x7a, 0xac, 0xf9, 0xdb, 0x68, 0x31, 0x8e, 0x52, 0x5c, 0xb1, 0x60, 0xbb, 0xc5, 0x3d, 0xf4, 0x1e, + 0x9f, 0x02, 0x89, 0xd7, 0x90, 0xbe, 0x85, 0x1b, 0x60, 0xeb, 0x8a, 0x97, 0x3a, 0x9b, 0xec, 0xdf, + 0x4d, 0x18, 0xff, 0xb7, 0xec, 0xd1, 0x55, 0xef, 0x7e, 0x02, 0x00, 0x00, 0xff, 0xff, 0x62, 0xcc, + 0xa3, 0x13, 0xec, 0x01, 0x00, 0x00, } diff --git a/query/graph/graphresponse.proto b/query/graph/graphresponse.proto index 6f35f87fb2bf213270947f3e405ccd5282f1384c..225f4ae8934c92db072590ab0dd0104530a489e3 100644 --- a/query/graph/graphresponse.proto +++ b/query/graph/graphresponse.proto @@ -12,10 +12,6 @@ message Request { string query = 1; } -message Value { - string str = 1; -} - message Latency { string parsing = 1; string processing = 2; @@ -24,7 +20,7 @@ message Latency { message Property { string prop = 1; - Value val = 2; + bytes val = 2; } message Node { diff --git a/query/query.go b/query/query.go index 6eeaece7df735b6a84fdcc38aa8ec2ff1a8dcfa6..30d5f9c37812ce7b61ab733d57a2bd544ec9c099 100644 --- a/query/query.go +++ b/query/query.go @@ -323,7 +323,6 @@ func (g *SubGraph) preTraverse(uid uint64, dst *graph.Node) error { children = append(children, uc) } } else { - v := new(graph.Value) if ok := r.Values(&tv, idx); !ok { return fmt.Errorf("While parsing value") } @@ -337,12 +336,12 @@ func (g *SubGraph) preTraverse(uid uint64, dst *graph.Node) error { ival = "" } - v.Str = ival.(string) + v := ival.(string) if pc.Attr == "_xid_" { - dst.Xid = v.Str + dst.Xid = v } else { - p := &graph.Property{Prop: pc.Attr, Val: v} + p := &graph.Property{Prop: pc.Attr, Val: []byte(v)} properties = append(properties, p) } diff --git a/query/query_test.go b/query/query_test.go index 2ddbf7ebdc9acd6026c958e2d26e8c64cd039fe0..9805a7c3e6785d19a54745ac90debf5703f7d79f 100644 --- a/query/query_test.go +++ b/query/query_test.go @@ -326,7 +326,7 @@ func TestToJson(t *testing.T) { fmt.Printf(string(js)) } -func getProperty(properties []*graph.Property, prop string) *graph.Value { +func getProperty(properties []*graph.Property, prop string) []byte { for _, p := range properties { if p.Prop == prop { return p.Val @@ -390,9 +390,9 @@ func TestToPB(t *testing.T) { t.Errorf("Expected values map to contain 3 properties, Got: %v", len(gr.Properties)) } - if getProperty(gr.Properties, "name").Str != "Michonne" { + if string(getProperty(gr.Properties, "name")) != "Michonne" { t.Errorf("Expected property name to have value Michonne, Got: %v", - getProperty(gr.Properties, "name").Str) + string(getProperty(gr.Properties, "name"))) } if len(gr.Children) != 10 { t.Errorf("Expected 10 children, Got: %v", len(gr.Children)) @@ -409,9 +409,9 @@ func TestToPB(t *testing.T) { t.Errorf("Expected values map to contain 1 property, Got: %v", len(child.Properties)) } - if getProperty(child.Properties, "name").Str != "Rick Grimes" { + if string(getProperty(child.Properties, "name")) != "Rick Grimes" { t.Errorf("Expected property name to have value Rick Grimes, Got: %v", - getProperty(child.Properties, "name").Str) + string(getProperty(child.Properties, "name"))) } if len(child.Children) != 0 { t.Errorf("Expected 0 children, Got: %v", len(child.Children))