| 2063 | } |
| 2064 | |
| 2065 | type Metadata struct { |
| 2066 | // Map of predicates to their hints. |
| 2067 | PredHints map[string]Metadata_HintType `protobuf:"bytes,1,rep,name=pred_hints,json=predHints,proto3" json:"pred_hints,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3,enum=pb.Metadata_HintType"` |
| 2068 | } |
| 2069 | |
| 2070 | func (m *Metadata) Reset() { *m = Metadata{} } |
| 2071 | func (m *Metadata) String() string { return proto.CompactTextString(m) } |
nothing calls this directly
no outgoing calls
no test coverage detected