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

Implement Resolver iterator #663

Closed
dennwc opened this issue Dec 24, 2017 · 0 comments · Fixed by #741
Closed

Implement Resolver iterator #663

dennwc opened this issue Dec 24, 2017 · 0 comments · Fixed by #741

Comments

@dennwc
Copy link
Member

dennwc commented Dec 24, 2017

There might be cases when user wants to run query from a specific set of values. Currently he needs to either use shape.Lookup and let optimizer to resolve nodes in batch mode, or resolve values one by one and add them to iterator.Fixed. Better way will be to implement a Resolver iterator which takes a set of values (quad.Value) and will resolve them to graph.Value in process of iteration.

@dennwc dennwc added this to the v0.8 milestone Dec 24, 2017
phyrwork pushed a commit to phyrwork/cayley that referenced this issue Oct 18, 2018
Implement an iterator that takes a slice of nodes and an
associated QuadStore and resolves to their respective
values during iteration.

Resolves cayleygraph#663
phyrwork pushed a commit to phyrwork/cayley that referenced this issue Oct 18, 2018
Implement an iterator that takes a slice of nodes and an
associated QuadStore and resolves to their respective
values during iteration.

Resolves cayleygraph#663
phyrwork pushed a commit to phyrwork/cayley that referenced this issue Oct 18, 2018
Implement an iterator that takes a slice of nodes and an
associated QuadStore and resolves to their respective
values during iteration.

Resolves cayleygraph#663
phyrwork pushed a commit to phyrwork/cayley that referenced this issue Oct 18, 2018
Implement an iterator that takes a slice of nodes and an
associated QuadStore and resolves to their respective
values during iteration.

Resolves cayleygraph#663
phyrwork pushed a commit to phyrwork/cayley that referenced this issue Oct 18, 2018
Implement an iterator that takes a slice of nodes and an
associated QuadStore and resolves to their respective
values during iteration.

Resolves cayleygraph#663
phyrwork pushed a commit to phyrwork/cayley that referenced this issue Oct 18, 2018
Implement an iterator that takes a slice of nodes and an
associated QuadStore and resolves to their respective
values during iteration.

Resolves cayleygraph#663
phyrwork pushed a commit to phyrwork/cayley that referenced this issue Oct 18, 2018
Implement an iterator that takes a slice of nodes and an
associated QuadStore and resolves to their respective
values during iteration.

Resolves cayleygraph#663
phyrwork pushed a commit to phyrwork/cayley that referenced this issue Oct 22, 2018
Implement an iterator that takes a slice of nodes and an
associated QuadStore and resolves to their respective
values during iteration.

Resolves cayleygraph#663
dennwc pushed a commit that referenced this issue Nov 26, 2018
Implement an iterator that takes a slice of nodes and an
associated QuadStore and resolves to their respective
values during iteration.

Resolves #663
@dennwc dennwc modified the milestones: v0.8, v0.7.5 Jun 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant