We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Your Environments (required)
How To Reproduce(required)
(root@nebula) [nba]> use nba Execution succeeded (time spent 587/30360 us) Thu, 20 Oct 2022 18:32:40 CST (root@nebula) [nba]> GET SUBGRAPH FROM 'Tim Duncan' both serve,like Where like.likeness<90 YIELD vertices as a +----------------------------------------+ | a | +----------------------------------------+ | [("Tim Duncan" :player{} :bachelor{})] | +----------------------------------------+ Got 1 rows (time spent 997/30410 us) Thu, 20 Oct 2022 18:32:48 CST (root@nebula) [nba]> GET SUBGRAPH FROM 'Tim Duncan' both serve,like Where like.likeness<90 and $$.player.name!="1" YIELD vertices as a +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | a | +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | [("Tim Duncan" :player{} :bachelor{})] | | [("Marco Belinelli" :player{}), ("Boris Diaw" :player{}), ("Shaquile O'Neal" :player{}), ("Danny Green" :player{}), ("Tiago Splitter" :player{}), ("Aron Baynes" :player{}), ("LaMarcus Aldridge" :player{})] | +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ Got 2 rows (time spent 1513/31079 us) Thu, 20 Oct 2022 18:33:04 CST
Expected behavior The results of the two statements are the same
The text was updated successfully, but these errors were encountered:
checked on 3.3-rc
Sorry, something went wrong.
nevermore3
No branches or pull requests
Your Environments (required)
![image](https://user-images.githubusercontent.com/104358440/196925726-26010d1f-5d31-47d7-a661-37827647822f.png)
How To Reproduce(required)
Expected behavior
The results of the two statements are the same
The text was updated successfully, but these errors were encountered: