Skip to content
New issue

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

Support bytecode-based requests in interactive engine. #35

Closed
siyuan0322 opened this issue Dec 23, 2020 · 0 comments · Fixed by #36
Closed

Support bytecode-based requests in interactive engine. #35

siyuan0322 opened this issue Dec 23, 2020 · 0 comments · Fixed by #36
Assignees
Labels
component:gie enhancement New feature or request

Comments

@siyuan0322
Copy link
Collaborator

Interactive engine already supports submit a script to query the remote graph, which syntax is like:
interactive.execute("g.V().count()").result().one().

However, there is also another bytecode-based style to query a graph, which should also be supported, as follows:
g.V().count().toList().

We should support bytecode-based style as it's the recommended style by Tinkerpop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:gie enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants