-
Notifications
You must be signed in to change notification settings - Fork 984
Expand file tree
/
Copy pathphysical_test1.json
More file actions
40 lines (40 loc) · 880 Bytes
/
physical_test1.json
File metadata and controls
40 lines (40 loc) · 880 Bytes
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
{
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:"filter",
expr: "b > 5",
selectivity: 0.80
},
{
@id: 3,
child: 2,
pop: "mock-store"
},
{
@id: 4,
child: 3,
pop: "screen"
}
]
}