forked from apache/drill
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphysical_test2.json
More file actions
33 lines (33 loc) · 899 Bytes
/
physical_test2.json
File metadata and controls
33 lines (33 loc) · 899 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
{
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,
child: 1,
pop: "screen"
}
]
}