We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using Gremlin Console Cypher plugin, EXPLAIN currently works only when connecting to server with Cypher Client for Gremlin Server installed.
When using translation in Console, EXPLAIN is ignored:
gremlin> :remote connect opencypher.gremlin conf/remote-objects.yaml translate gremlin ==>Configured localhost/127.0.0.1:8182 gremlin> :> EXPLAIN MATCH (p:person) RETURN p.name ==>[p.name:marko] ==>[p.name:vadas] ==>[p.name:josh] ==>[p.name:peter]
The text was updated successfully, but these errors were encountered:
Add explain to Cypher Clients Fixes #5.
c8023d9
f4ba86f
4da3be6
No branches or pull requests
When using Gremlin Console Cypher plugin, EXPLAIN currently works only when connecting to server with Cypher Client for Gremlin Server installed.
When using translation in Console, EXPLAIN is ignored:
The text was updated successfully, but these errors were encountered: