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

Struct Metadata

bitmap/pb.pb.go:2065–2068  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2063}
2064
2065type 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
2070func (m *Metadata) Reset() { *m = Metadata{} }
2071func (m *Metadata) String() string { return proto.CompactTextString(m) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected