Skip to content

Commit

Permalink
Update c7.out
Browse files Browse the repository at this point in the history
  • Loading branch information
mingxiw authored Jan 17, 2025
1 parent 443eb46 commit 3d419df
Showing 1 changed file with 13 additions and 30 deletions.
43 changes: 13 additions & 30 deletions demos/guru_scripts/docker/tutorial/4.x/cypher/c7.out
Original file line number Diff line number Diff line change
Expand Up @@ -10,46 +10,29 @@
{
"T": [
{
"a": "Ed",
"b": "Paul",
"c": "Steven",
"hop_1_sum": 1500,
"hop_2_sum": 20000
"a": "Scott",
"b": "Scott",
"path_cnt": 3
},
{
"a": "Ed",
"b": "Paul",
"c": "Jenny",
"hop_1_sum": 1500,
"hop_2_sum": 653
"a": "Scott",
"b": "Ed",
"path_cnt": 3
},
{
"a": "Jenny",
"b": "Scott",
"c": "Ed",
"hop_1_sum": 1000,
"hop_2_sum": 21300
"a": "Scott",
"b": "Steven",
"path_cnt": 3
},
{
"a": "Paul",
"a": "Scott",
"b": "Jenny",
"c": "Scott",
"hop_1_sum": 653,
"hop_2_sum": 1000
"path_cnt": 3
},
{
"a": "Scott",
"b": "Ed",
"c": "Paul",
"hop_1_sum": 21300,
"hop_2_sum": 1500
},
{
"a": "Steven",
"b": "Jenny",
"c": "Scott",
"hop_1_sum": 8560,
"hop_2_sum": 1000
"b": "Paul",
"path_cnt": 3
}
]
}
Expand Down

0 comments on commit 3d419df

Please sign in to comment.