forked from apache/drill
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphysical_repeated_1.json
More file actions
37 lines (37 loc) · 904 Bytes
/
physical_repeated_1.json
File metadata and controls
37 lines (37 loc) · 904 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
{
head:{
type:"APACHE_DRILL_PHYSICAL",
version:"1",
generator:{
type:"manual"
}
},
graph:[
{
@id:1,
pop:"mock-sub-scan",
url: "http://apache.org",
entries:[
{records: 100, types: [
{name: "blue", type: "INT", mode: "REPEATED"},
{name: "red", type: "BIGINT", mode: "REPEATED"},
{name: "green", type: "INT", mode: "REQUIRED"}
]}
]
},
{
@id:2,
child: 1,
pop:"project",
exprs: [
{ ref: "cnt", expr:"repeated_count(blue)" },
{ ref: "has_min", expr:"repeated_contains(red, 9223372036854775807)" }
]
},
{
@id: 3,
child: 2,
pop: "screen"
}
]
}