Skip to content
Snippets Groups Projects
Commit b97db7c1 authored by Geurtjens,D. (Douwe Geurtjens)'s avatar Geurtjens,D. (Douwe Geurtjens)
Browse files

new test query

parent 2423acdb
No related branches found
No related tags found
1 merge request!1Big merge
......@@ -2,65 +2,116 @@
"return": {
"entities": [
0,
1
1,
2,
3
],
"relations": [
0
],
"groupBys": []
0,
1,
2
]
},
"entities": [
{
"name": "parliament",
"ID": 0
"ID": 0,
"name": "parliament"
},
{
"ID": 1,
"name": "commissions"
},
{
"ID": 2,
"name": "parliament"
},
{
"name": "parties",
"ID": 1
"ID": 3,
"name": "resolutions"
}
],
"relations": [
{
"ID": 0,
"name": "member_of",
"name": "part_of",
"depth": {
"min": 1,
"max": 1
},
"fromType": "entity",
"fromID": 0,
"fromId": 0,
"toType": "entity",
"toID": 1
}
],
"groupBys": [],
"filters": [
},
{
"ID": 0,
"fromType": "entity",
"ID": 1,
"name": "part_of",
"depth": {
"min": 1,
"max": 1
},
"fromType": "groupBy",
"fromID": 0,
"toType": "entity",
"toID": 0,
"attribute": "age",
"dataType": "int",
"matchType": "NEQ",
"value": "40",
"inType": "",
"inID": 0
"toID": 2
},
{
"ID": 1,
"fromType": "relation",
"ID": 2,
"name": "submits",
"depth": {
"min": 1,
"max": 1
},
"fromType": "entity",
"fromID": 2,
"toType": "entity",
"toID": 3
}
],
"groupBys": [
{
"ID": 0,
"groupType": "entity",
"groupID": 0,
"groupAttribute": "age",
"byType": "entity",
"byID": 1,
"byAttribute": "name",
"appliedModifier": "AVG",
"relationID": 0,
"constraints": [
{
"attribute": "age",
"value": "45",
"dataType": "number",
"matchType": "GT",
"functionPointer": {
"from": -1,
"to": -1
}
}
]
}
],
"filters": [
{
"ID": 0,
"fromType": "groupBy",
"fromID": 0,
"toType": "relation",
"toID": 0,
"attribute": "isChairman",
"dataType": "bool",
"matchType": "exact",
"value": "true",
"toID": 1,
"attribute": "age",
"value": "45",
"dataType": "number",
"matchType": "GT",
"inType": "",
"inID": 0
}
],
"limit": 5000
"limit": 5000,
"modifiers": [],
"databaseName": "TweedeKamer"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment