You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is the feedback after the test of supported gremlin step with the G6VP visualization platform. I believe some of them may helpful for our GIE engine.
Query an edge property is not supported yet.
g.E(<id>).valueMap()
Could the result of expandPath operator carry the edge information? It'll be helpful for graph visualization. Thanks for @BingqingLyu, a new option ALL_E may be a good solution.
Now, the result of label operator is a list of numeric, which may be confusing for our user.
g.V().label()
[1,1,1,2,2,2,2]
The results' order of querying the properties with multiple vertexes is inconsistent with the vertex input. This will cause that we are not able to query the vertex properties in batch
Here is the feedback after the test of supported gremlin step with the G6VP visualization platform. I believe some of them may helpful for our GIE engine.
expandPath
operator carry the edge information? It'll be helpful for graph visualization. Thanks for @BingqingLyu, a new optionALL_E
may be a good solution.label
operator is a list ofnumeric
, which may be confusing for our user./cc @longbinlai
The text was updated successfully, but these errors were encountered: