https://issues.apache.org/jira/browse/TINKERPOP-2050

Command options are as follows:

```text
gremlin> :bytecode from g.V().out('knows')
==>{"@type":"g:Bytecode","@value":{"step":[["V"],["out","knows"]]}}
gremlin> :bytecode translate g 
{"@type":"g:Bytecode","@value":{"step":[["V"],["out","knows"]]}}
==>g.V().out("knows")
```

VOTE +1

[ Full content available at: https://github.com/apache/tinkerpop/pull/988 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to