Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
czpmango committed Apr 14, 2023
1 parent 6b3083e commit 36f543f
Showing 1 changed file with 7 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -278,14 +278,13 @@ Feature: Embed edge all predicate into Traverse
| [99] | 31 |
| [99] | 33 |
And the execution plan should be:
| id | name | dependencies | profiling data | operator info |
| 7 | Project | 15 | | |
| 15 | Filter | 11 | | {"condition": "((n.player.age>0)==true)"} |
| 11 | AppendVertices | 14 | | |
| 14 | Filter | 13 | | {"condition": "(size($e)>0)"} |
| 13 | Traverse | 1 | | {"filter": "(like.likeness>90)"} |
| 1 | IndexScan | 2 | | |
| 2 | Start | | | |
| id | name | dependencies | profiling data | operator info |
| 7 | Project | 11 | | |
| 11 | AppendVertices | 14 | | {"filter": "((player.age>0)==true)"} |
| 14 | Filter | 13 | | {"condition": "(size($e)>0)"} |
| 13 | Traverse | 1 | | {"filter": "(like.likeness>90)"} |
| 1 | IndexScan | 2 | | |
| 2 | Start | | | |
When profiling query:
"""
MATCH (v:player)-[e:like*0..5]->(n)
Expand Down

0 comments on commit 36f543f

Please sign in to comment.