-
Notifications
You must be signed in to change notification settings - Fork 984
Expand file tree
/
Copy pathphysical_single_exchange.json
More file actions
48 lines (48 loc) · 1.18 KB
/
physical_single_exchange.json
File metadata and controls
48 lines (48 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"head": {
"type": "APACHE_DRILL_PHYSICAL",
"version": "1",
"generator": {
"type": "manual"
}
},
"graph": [
{
"@id": 1,
"pop": "mock-scan",
"url": "http://apache.org",
"entries": [
{
"records": 100,
"types": [
{
"name": "blue",
"type": "INT",
"mode": "REQUIRED"
},
{
"name": "red",
"type": "BIGINT",
"mode": "REQUIRED"
},
{
"name": "green",
"type": "INT",
"mode": "REQUIRED"
}
]
}
]
},
{
"@id": 2,
"child": 1,
"pop": "union-exchange"
},
{
"@id": 3,
"child": 2,
"pop": "screen"
}
]
}