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

Struct BulkMeta

bitmap/pb.pb.go:4997–5000  ·  view source on GitHub ↗

BulkMeta stores metadata from the map phase of the bulk loader.

Source from the content-addressed store, hash-verified

4995
4996// BulkMeta stores metadata from the map phase of the bulk loader.
4997type BulkMeta struct {
4998 EdgeCount int64 `protobuf:"varint,1,opt,name=edge_count,json=edgeCount,proto3" json:"edge_count,omitempty"`
4999 SchemaMap map[string]*SchemaUpdate `protobuf:"bytes,2,rep,name=schema_map,json=schemaMap,proto3" json:"schema_map,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
5000}
5001
5002func (m *BulkMeta) Reset() { *m = BulkMeta{} }
5003func (m *BulkMeta) String() string { return proto.CompactTextString(m) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected