Replies: 1 comment 1 reply
-
Yes, currently.
Such a feature is already in our plan and hopefully be delivered in the next few monthes. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have a question about as title:
graph1 = graphscope.conn().g()graph2 = graphscope.session().g()The graph1 without
subgraphfunction, then can't direct convert to simple_graph to use built-in graph algorithms.so, Is it load graph1 to graph2 do this by hand ? or hava a bridge do tansform between
graph1andgraph2?Beta Was this translation helpful? Give feedback.
All reactions