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

enable scan_edge to retrive reverse edge #131

Open
kikimo opened this issue Sep 3, 2021 · 0 comments
Open

enable scan_edge to retrive reverse edge #131

kikimo opened this issue Sep 3, 2021 · 0 comments
Labels
type/enhancement Type: make the code neat or more efficient

Comments

@kikimo
Copy link
Contributor

kikimo commented Sep 3, 2021

GraphStorageClient.scan_edge() lack option to retrieve reverse edge despite the fact that it's supported by the underlying rpc in ScanEdgeRequest.EdgeProp.EdgeType:

    def scan_edge(self,
                  space_name,
                  edge_name,
                  prop_names=[],
                  limit=DEFAULT_LIMIT,
                  start_time=DEFAULT_START_TIME,
                  end_time=DEFAULT_END_TIME,
                  where=None,
                  only_latest_version=False,
                  enable_read_from_follower=True,
                  partial_success=False):
@kikimo kikimo added the type/enhancement Type: make the code neat or more efficient label Sep 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement Type: make the code neat or more efficient
Projects
None yet
Development

No branches or pull requests

1 participant