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

Struct Mutations

bitmap/pb.pb.go:1965–1974  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1963}
1964
1965type Mutations struct {
1966 GroupId uint32 `protobuf:"varint,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
1967 StartTs uint64 `protobuf:"varint,2,opt,name=start_ts,json=startTs,proto3" json:"start_ts,omitempty"`
1968 Edges []*DirectedEdge `protobuf:"bytes,3,rep,name=edges,proto3" json:"edges,omitempty"`
1969 Schema []*SchemaUpdate `protobuf:"bytes,4,rep,name=schema,proto3" json:"schema,omitempty"`
1970 Types []*TypeUpdate `protobuf:"bytes,6,rep,name=types,proto3" json:"types,omitempty"`
1971 DropOp Mutations_DropOp `protobuf:"varint,7,opt,name=drop_op,json=dropOp,proto3,enum=pb.Mutations_DropOp" json:"drop_op,omitempty"`
1972 DropValue string `protobuf:"bytes,8,opt,name=drop_value,json=dropValue,proto3" json:"drop_value,omitempty"`
1973 Metadata *Metadata `protobuf:"bytes,9,opt,name=metadata,proto3" json:"metadata,omitempty"`
1974}
1975
1976func (m *Mutations) Reset() { *m = Mutations{} }
1977func (m *Mutations) String() string { return proto.CompactTextString(m) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected