memgraph/tck_engine/tests/openCypher_M06/tck/graphs/binary-tree-1/binary-tree-1.json
Matej Gradiček f1e894d107 openCypher_M06 added
Reviewers: buda

Reviewed By: buda

Differential Revision: https://phabricator.memgraph.io/D481
2017-06-16 12:55:03 +00:00

72 lines
1.0 KiB
JSON

{
"name": "binary-tree-1",
"scripts": [
"binary-tree-1"
],
"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": 12,
"distinct": 1
},
{
"label": "X",
"key": "name",
"count": 12,
"distinct": 12
}
],
"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": []
}