memgraph/tck_engine/tests/openCypher_M05/tck/graphs/binary-tree-2/binary-tree-2.json
2017-03-14 12:52:32 +00:00

84 lines
1.2 KiB
JSON

{
"name": "binary-tree-2",
"scripts": [
"binary-tree-2"
],
"nodes": [
{
"label": "",
"key": "",
"count": 13,
"distinct": 1
},
{
"label": "",
"key": "name",
"count": 13,
"distinct": 13
},
{
"label": "A",
"key": "",
"count": 1,
"distinct": 1
},
{
"label": "A",
"key": "name",
"count": 1,
"distinct": 1
},
{
"label": "X",
"key": "",
"count": 8,
"distinct": 1
},
{
"label": "X",
"key": "name",
"count": 8,
"distinct": 8
},
{
"label": "Y",
"key": "",
"count": 4,
"distinct": 1
},
{
"label": "Y",
"key": "name",
"count": 4,
"distinct": 4
}
],
"relationships": [
{
"type": "",
"key": "",
"count": 16,
"distinct": 1
},
{
"type": "FOLLOWS",
"key": "",
"count": 2,
"distinct": 1
},
{
"type": "FRIEND",
"key": "",
"count": 12,
"distinct": 1
},
{
"type": "KNOWS",
"key": "",
"count": 2,
"distinct": 1
}
],
"labels": []
}