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 doing valueMap restricted to all keys but the specified ones #189

Open
krlawrence opened this issue Jun 16, 2020 · 0 comments

Comments

@krlawrence
Copy link
Owner

An example along these lines would be useful to add.

gremlin> g.V('3').valueMap().as('vm').unfold().filter(select(keys).is(without('city','desc')))
==>country=[US]
==>code=[AUS]
==>longest=[12250]
==>elev=[542]
==>icao=[KAUS]
==>lon=[-97.6698989868164]
==>type=[airport]
==>region=[US-TX]
==>runways=[2]
==>lat=[30.1944999694824]
@krlawrence krlawrence self-assigned this Jun 16, 2020
@krlawrence krlawrence added this to Medium Priority in Planning Aug 29, 2020
@krlawrence krlawrence moved this from Medium Priority to High priority in Planning Aug 30, 2020
@krlawrence krlawrence moved this from High priority to Medium Priority in Planning Sep 2, 2020
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