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

Add an example of how to parameterize a between predicate from earlier query values #226

Open
krlawrence opened this issue May 29, 2021 · 0 comments

Comments

@krlawrence
Copy link
Owner

An interesting case where 3 by modulators are needed to parameterize a between predicate.

gremlin> g.withSideEffect('a',5).
......1>   withSideEffect('b',8).
......2>   V().values('runways').
......3>   where(between('a','b')).
......4>     by().
......5>     by(math('a + 1')).
......6>     by(math('b - 1'))   
@krlawrence krlawrence self-assigned this May 29, 2021
@krlawrence krlawrence added this to New issues in Planning via automation May 29, 2021
@krlawrence krlawrence moved this from New issues to Medium Priority in Planning May 29, 2021
@krlawrence krlawrence changed the title Add an example of how to parameterize a between predicated from earlier query values Add an example of how to parameterize a between predicate from earlier query values Aug 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Planning
  
Medium Priority
Development

No branches or pull requests

1 participant