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

to improve INTERSECT #3295

Open
zedzhu opened this issue Nov 9, 2021 · 0 comments
Open

to improve INTERSECT #3295

zedzhu opened this issue Nov 9, 2021 · 0 comments
Labels
community Source: who proposed the issue type/enhancement Type: make the code neat or more efficient

Comments

@zedzhu
Copy link

zedzhu commented Nov 9, 2021

Introduction

I have a space with one TAG and one EDGE:
CREATE TAG word_id(name string, type string);
CREATE EDGE relate(score double);
And I want to do an intersect operation from any two source vertexes, for example:
go from 4215130453256056456 over relate YIELD relate._dst as vid INTERSECT go from 7170974402207269349 over relate yield relate._dst as vid;

It can only return dst vid list, how could I to get edge relate.score(of both src vid) and dst.name in the same nGQL?

@zedzhu zedzhu added the type/enhancement Type: make the code neat or more efficient label Nov 9, 2021
@Sophie-Xie Sophie-Xie added the community Source: who proposed the issue label Nov 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Source: who proposed the issue type/enhancement Type: make the code neat or more efficient
Projects
None yet
Development

No branches or pull requests

2 participants