Skip to content

Commit

Permalink
Create c8.out
Browse files Browse the repository at this point in the history
  • Loading branch information
mingxiw authored Jan 17, 2025
1 parent af40d77 commit fde52e2
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions demos/guru_scripts/docker/tutorial/4.x/cypher/c8.out
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"version": {
"edition": "enterprise",
"api": "v2",
"schema": 1
},
"error": false,
"message": "",
"results": [
{
"T": [
{
"a": "Paul",
"b": "Jenny",
"c": "Scott",
"hop_1_sum": 653,
"hop_2_sum": 1000
},
{
"a": "Steven",
"b": "Jenny",
"c": "Scott",
"hop_1_sum": 8560,
"hop_2_sum": 1000
},
{
"a": "Scott",
"b": "Ed",
"c": "Paul",
"hop_1_sum": 21300,
"hop_2_sum": 1500
},
{
"a": "Ed",
"b": "Paul",
"c": "Jenny",
"hop_1_sum": 1500,
"hop_2_sum": 653
},
{
"a": "Jenny",
"b": "Scott",
"c": "Ed",
"hop_1_sum": 1000,
"hop_2_sum": 21300
},
{
"a": "Ed",
"b": "Paul",
"c": "Steven",
"hop_1_sum": 1500,
"hop_2_sum": 20000
}
]
}
]
}

0 comments on commit fde52e2

Please sign in to comment.