-
Notifications
You must be signed in to change notification settings - Fork 65
impl node filter windowing, add tests #2430
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ad of creating a map
…or comparison operators on list)
* impl node py filter iter * chore: apply tidy-public auto-fixes * impl path_from_graph, path_from_node, edges, nested_edges py filter, fix tests, * rid iter_graph * add more tests * add more tests * add exploded edges test --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* impl node id filter * impl node id filter for gql * impl edge src/dst id filter * chore: apply tidy-public auto-fixes * add validations, support numeric, string filters for ids * rid dead code * add review changes * fix options --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* impl qualifier filters for list properties and metadata * impl python, graphql qualifier filter, add tests * rename gql from gql object names, throw error if prop not found * ref * add more suggestions * allow empty graph in tests * allow empty graphs for tests * fix test
* impl aggs for temporal properties, add tests * add review suggestions
* redesign, refactor property filters * takes a reference * rework validation * fix arbitrary list, fix tests * merge python traits, fix tests, add more validations * rework gql filtering apis, fix tests * add review suggestions * Features/gql apis (#2350) * impl nodes select filtering in gql * change semantics of filters in gql, add missing filter apis in edges, fix all tests * add more edge filter tests * add filtering to path from node, add tests * fix apply views * rename filter-iter to select * add select as args * impl window filter (#2359) * impl window filter * impl window filter in python, add tests * impl gql window filter, add tests * ref * impl review suggestions * fixes * fix py and gql * add review suggestions
* redesign, refactor property filters * takes a reference * rework validation * fix arbitrary list, fix tests * merge python traits, fix tests, add more validations * rework gql filtering apis, fix tests * impl nodes select filtering in gql * change semantics of filters in gql, add missing filter apis in edges, fix all tests * add more edge filter tests * add filtering to path from node, add tests * impl window filter * impl window filter in python, add tests * impl gql window filter, add tests * ref * impl edge node filtering, add few tests * rid redundant code * fix call to filter nodes * rid dead code * Integrating edge endpoint filtering mechanism into Python using the same wrapper types as node filtering. * Added src/dst endpoint filtering support for exploded edge filters in rust and python * Added src/dst endpoint filtering support for exploded edge filters in GraphQL and fixed search * Added tests from previous branch, some of them fail * Fixed DynFilterOps implementations for EndpointWrapper<T> types. Endpoint filtering tests pass * Changed many impls to be blanket implementations using traits, especially EndpointWrapper<T> types. Use indexes in search on edge endpoints using NodeFilterExecutor. * rid dead code * nodeops suggestions from lucas * start fixing some apis * fixed most of the compilation errors * fix all the python problems except for actually implementing the python filtering * finish ref, fix tests * redone * fix * more changes * start fixing infinite trait bound recursion * rid filtered graphs * rid nodetypefilteredgraph * add review suggestions * fix infinite type recursion * fmt, fix recursion issue in search * impl py * Do not rely on Wrap for the trait bounds in the builder API as the compiler cannot figure out the bounds when trying to implement python wrappers. * fix gql, tests --------- Co-authored-by: arienandalibi <[email protected]> Co-authored-by: Lucas Jeub <[email protected]>
* ref property filters * move windowed filter into its own file * ref node filter * ref filter module * move InternalPropertyFilterBuilderOps to mod * move validation and evaluation logic to independent files * ref * simple renames * rid duplicate temporal impl * rename endpoint wrappers * rearrange * impl node select * move createfilter to respective files * ref * move createfilter impl to respective files, ref * replace enum with macro, rename trait * replace edge enums with macro, rename traits * give sensible names to all types * add review suggestions
Collaborator
Author
|
Being addressed in #2441 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fixes #2403