Intersect #1639
Unanswered
beakertron
asked this question in
Q&A
Intersect
#1639
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am looking to do an intersection, a bit like described here: https://stackoverflow.com/questions/48067834/gremlin-intersection-operation
In my situation I have a set of Rights that are connected to a Role and then a Team
Then I have a set of users in a Team
I can find Teams connected to Rights
I can find Teams connected to Users
What I want to do is intersect these two sets, is this possible in gremlinq, I understand I could call ToArray on both sets and intersect in standard linq, but I am hoping to build on this query step.
Beta Was this translation helpful? Give feedback.
All reactions