-
Notifications
You must be signed in to change notification settings - Fork 984
Expand file tree
/
Copy pathphysical_double_exchange.json
More file actions
55 lines (55 loc) · 1.31 KB
/
physical_double_exchange.json
File metadata and controls
55 lines (55 loc) · 1.31 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
49
50
51
52
53
54
55
{
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"}
]},
{records: 100, types: [
{name: "blue", type: "INT", mode: "REQUIRED"},
{name: "red", type: "BIGINT", mode: "REQUIRED"},
{name: "green", type: "INT", mode: "REQUIRED"}
]}
]
},
{
@id:2,
pop: "hash-to-random-exchange",
child: 1
},
{
@id:3,
child: 2,
pop:"filter",
expr: "b > 5",
selectivity: 0.8
},
{
@id: 4,
child: 3,
pop: "mock-store"
},
{
@id:5,
child: 4,
pop: "union-exchange"
},
{
@id: 6,
child: 5,
pop: "screen"
}
]
}