BulkMeta stores metadata from the map phase of the bulk loader.
| 4995 | |
| 4996 | // BulkMeta stores metadata from the map phase of the bulk loader. |
| 4997 | type 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 | |
| 5002 | func (m *BulkMeta) Reset() { *m = BulkMeta{} } |
| 5003 | func (m *BulkMeta) String() string { return proto.CompactTextString(m) } |
nothing calls this directly
no outgoing calls
no test coverage detected