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 re-using a value calculated earlier in a traversal #176

Open
krlawrence opened this issue Mar 9, 2020 · 0 comments
Open

Comments

@krlawrence
Copy link
Owner

Need to add an example along these lines

gremlin> g.V(50,8).values('city').as('c').V().filter(values('desc').where(TextP.containing('c'))).values('desc')
==>London Heathrow
==>London Gatwick
==>London City Airport
==>London Stansted Airport
==>London Luton Airport
==>London Southend Airport
==>London Airport
==>Dallas/Fort Worth International Airport
==>Dallas Love Field
@krlawrence krlawrence self-assigned this Mar 9, 2020
@krlawrence krlawrence changed the title Add an example of re-using a value calculate earlier in a traversal Add an example of re-using a value calculated earlier in a traversal Mar 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant