File tree Expand file tree Collapse file tree 2 files changed +33
-33
lines changed
ydb/core/kqp/ut/join/data/join_order Expand file tree Collapse file tree 2 files changed +33
-33
lines changed Original file line number Diff line number Diff line change 2
2
"op_name" :" InnerJoin (Grace)" ,
3
3
"args" :
4
4
[
5
+ {
6
+ "op_name" :" TableFullScan" ,
7
+ "table" :" orders"
8
+ },
5
9
{
6
10
"op_name" :" InnerJoin (Grace)" ,
7
11
"args" :
8
12
[
9
13
{
10
14
"op_name" :" TableFullScan" ,
11
- "table" :" orders "
15
+ "table" :" lineitem "
12
16
},
13
17
{
14
18
"op_name" :" InnerJoin (Grace)" ,
15
19
"args" :
16
20
[
17
- {
18
- "op_name" :" TableFullScan" ,
19
- "table" :" lineitem"
20
- },
21
21
{
22
22
"op_name" :" InnerJoin (Grace)" ,
23
23
"args" :
31
31
"table" :" part"
32
32
}
33
33
]
34
+ },
35
+ {
36
+ "op_name" :" InnerJoin (MapJoin)" ,
37
+ "args" :
38
+ [
39
+ {
40
+ "op_name" :" TableFullScan" ,
41
+ "table" :" supplier"
42
+ },
43
+ {
44
+ "op_name" :" TableFullScan" ,
45
+ "table" :" nation"
46
+ }
47
+ ]
34
48
}
35
49
]
36
50
}
37
51
]
38
- },
39
- {
40
- "op_name" :" InnerJoin (MapJoin)" ,
41
- "args" :
42
- [
43
- {
44
- "op_name" :" TableFullScan" ,
45
- "table" :" supplier"
46
- },
47
- {
48
- "op_name" :" TableFullScan" ,
49
- "table" :" nation"
50
- }
51
- ]
52
52
}
53
53
]
54
54
}
Original file line number Diff line number Diff line change 11
11
"args" :
12
12
[
13
13
{
14
- "op_name" :" InnerJoin (MapJoin)" ,
15
- "args" :
16
- [
17
- {
18
- "op_name" :" TableFullScan" ,
19
- "table" :" supplier"
20
- },
21
- {
22
- "op_name" :" TableFullScan" ,
23
- "table" :" nation"
24
- }
25
- ]
14
+ "op_name" :" TableFullScan" ,
15
+ "table" :" lineitem"
26
16
},
27
17
{
28
18
"op_name" :" InnerJoin (Grace)" ,
29
19
"args" :
30
20
[
31
21
{
32
- "op_name" :" TableFullScan" ,
33
- "table" :" lineitem"
22
+ "op_name" :" InnerJoin (MapJoin)" ,
23
+ "args" :
24
+ [
25
+ {
26
+ "op_name" :" TableFullScan" ,
27
+ "table" :" supplier"
28
+ },
29
+ {
30
+ "op_name" :" TableFullScan" ,
31
+ "table" :" nation"
32
+ }
33
+ ]
34
34
},
35
35
{
36
36
"op_name" :" InnerJoin (Grace)" ,
You can’t perform that action at this time.
0 commit comments