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

The limit in the filter statement cannot be stopped early when querying graph data #18620

Open
may11544 opened this issue Apr 11, 2023 · 0 comments
Labels
1 Feature 3 AQL Query language related 3 Graph Graph query engine

Comments

@may11544
Copy link

like this

FOR v, e, p IN 0..2 OUTBOUND "vertex/10.2.29.88" GRAPH "quanxi"
filter p.edges[0] limit 100
filter p.edges[1] limit 100
RETURN p

@Simran-B Simran-B added 1 Feature 3 AQL Query language related 3 Graph Graph query engine labels May 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1 Feature 3 AQL Query language related 3 Graph Graph query engine
Projects
None yet
Development

No branches or pull requests

2 participants