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 LOOKUP on x where x.rank #3155

Open
zwnop opened this issue Oct 19, 2021 · 2 comments
Open

Support LOOKUP on x where x.rank #3155

zwnop opened this issue Oct 19, 2021 · 2 comments
Labels
community Source: who proposed the issue type/feature req Type: feature request

Comments

@zwnop
Copy link

zwnop commented Oct 19, 2021

Currently lookup by rank is not supported.
It's necessary, hope this feature can be added.
for example :
lookup on rela where rela.rank == 233;

@zwnop zwnop added the type/feature req Type: feature request label Oct 19, 2021
@zwnop zwnop changed the title Support LOOKUP x where x.rank Support LOOKUP on x where x.rank Oct 19, 2021
@jievince
Copy link
Contributor

Does rela.rank has index?

@zwnop
Copy link
Author

zwnop commented Oct 20, 2021

I mean inner prop 'rank' on every edge.
In other word
for example:
lookup on rela where rank(rela) == 233;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Source: who proposed the issue type/feature req Type: feature request
Projects
None yet
Development

No branches or pull requests

3 participants