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

Make a ZeroOrMoreTQLayer modifier which is limited and continuable #19

Open
mwatts15 opened this issue Jul 4, 2018 · 0 comments
Open

Comments

@mwatts15
Copy link
Contributor

mwatts15 commented Jul 4, 2018

The ZeroOrMoreTQLayer grabs all relationships along a given predicate in the given graph. As we work with larger graphs we may want to limit how far we go to a smaller radius than the whole available graph. In the case that we hit the limit before running out of search space, we can ask the caller whether to proceed, cancel, or continue depending on the needs of the application. Making the layer 'continuable' means that in various ways we 'prime the pump' using already-computed information (e.g., the border of the limited traversal) to avoid re-doing work.

@mwatts15 mwatts15 transferred this issue from openworm/owmeta Feb 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant