MCPcopy Create free account
hub / github.com/dgraph-io/dgraph-benchmarks / Result

Struct Result

bitmap/pb.pb.go:719–727  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

717}
718
719type Result struct {
720 UidMatrix []*List `protobuf:"bytes,1,rep,name=uid_matrix,json=uidMatrix,proto3" json:"uid_matrix,omitempty"`
721 ValueMatrix []*ValueList `protobuf:"bytes,2,rep,name=value_matrix,json=valueMatrix,proto3" json:"value_matrix,omitempty"`
722 Counts []uint32 `protobuf:"varint,3,rep,packed,name=counts,proto3" json:"counts,omitempty"`
723 IntersectDest bool `protobuf:"varint,4,opt,name=intersect_dest,json=intersectDest,proto3" json:"intersect_dest,omitempty"`
724 FacetMatrix []*FacetsList `protobuf:"bytes,5,rep,name=facet_matrix,json=facetMatrix,proto3" json:"facet_matrix,omitempty"`
725 LangMatrix []*LangList `protobuf:"bytes,6,rep,name=lang_matrix,json=langMatrix,proto3" json:"lang_matrix,omitempty"`
726 List bool `protobuf:"varint,7,opt,name=list,proto3" json:"list,omitempty"`
727}
728
729func (m *Result) Reset() { *m = Result{} }
730func (m *Result) String() string { return proto.CompactTextString(m) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected