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

Support all edge types when direction specified in GET SUBGRAPH #4571

Open
wey-gu opened this issue Aug 23, 2022 · 0 comments
Open

Support all edge types when direction specified in GET SUBGRAPH #4571

wey-gu opened this issue Aug 23, 2022 · 0 comments
Labels
type/feature req Type: feature request

Comments

@wey-gu
Copy link
Contributor

wey-gu commented Aug 23, 2022

Is your feature request related to a problem? Please describe.

The semantic of all edge types but with direction specified for SUBGRAPH

Describe the solution you'd like

Either support omit like:

GET SUBGRAPH 2 STEPS FROM "player101" OUT YIELD EDGES AS relationships;

OR support * like:

GET SUBGRAPH 2 STEPS FROM "player101" OUT * YIELD EDGES AS relationships;

Describe alternatives you've considered

Additional context

https://discuss.nebula-graph.com.cn/t/topic/9845/3

@wey-gu wey-gu added the type/feature req Type: feature request label Aug 23, 2022
@wey-gu wey-gu changed the title Support * for all edge types when direction specified in GET SUBGRAPH Support all edge types when direction specified in GET SUBGRAPH Aug 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature req Type: feature request
Projects
None yet
Development

No branches or pull requests

1 participant