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
same as https://github.com/vesoft-inc/nebula-ent/pull/1376, go 1 step/go m to n step plan can also be optimized
profile {GO 1 STEP FROM 32985348833536,32985348833537 OVER LIKES,KNOWS REVERSELY WHERE $$.Person.lastName == "Sezer" YIELD distinct id($$) | YIELD count(*)} profile {GO 1 TO 3 STEP FROM 32985348833536,32985348833537 OVER LIKES,KNOWS REVERSELY WHERE $$.Person.lastName == "Sezer" YIELD distinct id($$) | YIELD count(*)}
profile {GO 1 STEP FROM 32985348833536,32985348833537 OVER LIKES,KNOWS REVERSELY WHERE id($$)>1000 YIELD distinct id($$) | YIELD count(*)} profile {GO 1 TO 3 STEP FROM 32985348833536,32985348833537 OVER LIKES,KNOWS REVERSELY WHERE id($$)>1000 YIELD distinct id($$) | YIELD count(*)}
The text was updated successfully, but these errors were encountered:
MuYiYong
Successfully merging a pull request may close this issue.
same as https://github.com/vesoft-inc/nebula-ent/pull/1376, go 1 step/go m to n step plan can also be optimized
The text was updated successfully, but these errors were encountered: