-
Notifications
You must be signed in to change notification settings - Fork 985
Expand file tree
/
Copy pathphysical_join.json
More file actions
123 lines (123 loc) · 2.22 KB
/
physical_join.json
File metadata and controls
123 lines (123 loc) · 2.22 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"head" : {
"type" : "APACHE_DRILL_PHYSICAL",
"version" : 1,
"generator" : {
"type" : "optiq",
"info" : "na"
}
},
"graph" : [ {
"pop" : "parquet-scan",
"@id" : 1,
"entries" : [ {
"path" : "/tmp/region.parquet"
} ],
"ref" : "_MAP",
"storageengine" : {
"type" : "parquet",
"dfsName" : "file:///"
},
"fragmentPointer" : 0
}, {
"pop" : "project",
"@id" : 2,
"exprs" : [ {
"ref" : "REGIONKEY",
"expr" : "_MAP.R_REGIONKEY"
}, {
"ref" : "NAME",
"expr" : "_MAP.R_NAME"
} ],
"child" : 1
}, {
"pop" : "project",
"@id" : 3,
"exprs" : [ {
"ref" : "REGIONKEY0",
"expr" : "REGIONKEY"
}, {
"ref" : "NAME0",
"expr" : "NAME"
} ],
"child" : 2
}, {
"pop" : "sort",
"@id" : 4,
"child" : 3,
"orderings" : [ {
"order" : "ASC",
"expr" : "NAME0"
} ],
"reverse" : false
}, {
"pop" : "selection-vector-remover",
"@id" : 5,
"child" : 4
}, {
"pop" : "parquet-scan",
"@id" : 6,
"entries" : [ {
"path" : "/tmp/nation.parquet"
} ],
"storageengine" : {
"type" : "parquet",
"dfsName" : "file:///"
},
"ref" : "_MAP",
"fragmentPointer" : 0
}, {
"pop" : "project",
"@id" : 7,
"exprs" : [ {
"ref" : "NAME",
"expr" : "_MAP.N_NAME"
}, {
"ref" : "REGIONKEY",
"expr" : "_MAP.N_REGIONKEY"
} ],
"child" : 6
}, {
"pop" : "sort",
"@id" : 8,
"child" : 7,
"orderings" : [ {
"order" : "ASC",
"expr" : "REGIONKEY"
} ],
"reverse" : false
}, {
"pop" : "selection-vector-remover",
"@id" : 9,
"child" : 8
}, {
"pop" : "merge-join",
"@id" : 10,
"left" : 9,
"right" : 5,
"conditions" : [ {
"relationship" : "==",
"left" : "REGIONKEY",
"right" : "NAME0"
} ]
}, {
"pop" : "selection-vector-remover",
"@id" : 11,
"child" : 10
}, {
"pop" : "project",
"@id" : 12,
"exprs" : [ {
"ref" : "NAME",
"expr" : "NAME"
}, {
"ref" : "NAME0",
"expr" : "NAME0"
} ],
"child" : 11
}, {
"pop" : "screen",
"@id" : 13,
"child" : 12
} ]
}