graphscope.framework.dag_utils.arrow_to_dynamic#

graphscope.framework.dag_utils.arrow_to_dynamic(graph)[source]#

Transform a Graph object to nx.Graph.

Parameters:

graph (Graph) – Source graph, which type should be ARROW_PROPERTY.

Returns:

An op of transform arrow graph to dynamic graph with necessary configurations.