MCPcopy Create free account
hub / github.com/alibaba/GraphScope / update

Method update

python/graphscope/framework/graph_schema.py:690–700  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

688 return requests
689
690 def update(self):
691 requests = self._prepare_batch_rpc()
692 self._vertex_labels_to_add.clear()
693 self._edge_labels_to_add.clear()
694 self._vertex_labels_to_drop.clear()
695 self._edge_labels_to_drop.clear()
696 self._vertex_labels_to_add_property.clear()
697 self._edge_labels_to_add_property.clear()
698 response = self._conn.submit(requests)
699 self.from_graph_def(response.graph_def)
700 return self
701
702 def create_and_replace(self, vineyard_schema):
703 pass

Callers 7

signatureMethod · 0.45
to_dictMethod · 0.45
add_labels_to_graphFunction · 0.45
to_data_sinkFunction · 0.45
outputFunction · 0.45
signatureMethod · 0.45

Calls 4

_prepare_batch_rpcMethod · 0.95
from_graph_defMethod · 0.95
clearMethod · 0.65
submitMethod · 0.65

Tested by

no test coverage detected