|
4 | 4 | ├── estimated rows: 0.20 |
5 | 5 | └── HashJoin |
6 | 6 | ├── output columns: [f1 (#0), marker (#7)] |
7 | | - ├── join type: RIGHT MARK |
8 | | - ├── build keys: [f1 (#6)] |
9 | | - ├── probe keys: [f1 (#0)] |
| 7 | + ├── join type: LEFT MARK |
| 8 | + ├── build keys: [f1 (#0)] |
| 9 | + ├── probe keys: [f1 (#6)] |
10 | 10 | ├── keys is null equal: [false] |
11 | 11 | ├── filters: [] |
12 | 12 | ├── estimated rows: 1.00 |
13 | | - ├── AggregateFinal(Build) |
14 | | - │ ├── output columns: [1 (#3), f1 (#6)] |
15 | | - │ ├── group by: [1, f1] |
16 | | - │ ├── aggregate functions: [] |
17 | | - │ ├── estimated rows: 1.00 |
18 | | - │ └── AggregatePartial |
19 | | - │ ├── group by: [1, f1] |
20 | | - │ ├── aggregate functions: [] |
21 | | - │ ├── estimated rows: 1.00 |
22 | | - │ └── UnionAll |
23 | | - │ ├── output columns: [1 (#3), f1 (#6)] |
24 | | - │ ├── estimated rows: 2.00 |
25 | | - │ ├── HashJoin |
26 | | - │ │ ├── output columns: [f1 (#4), 1 (#1)] |
27 | | - │ │ ├── join type: CROSS |
28 | | - │ │ ├── build keys: [] |
29 | | - │ │ ├── probe keys: [] |
30 | | - │ │ ├── keys is null equal: [] |
31 | | - │ │ ├── filters: [] |
32 | | - │ │ ├── estimated rows: 1.00 |
33 | | - │ │ ├── EvalScalar(Build) |
34 | | - │ │ │ ├── output columns: [1 (#1)] |
35 | | - │ │ │ ├── expressions: [1] |
36 | | - │ │ │ ├── estimated rows: 1.00 |
37 | | - │ │ │ └── DummyTableScan |
38 | | - │ │ └── Exchange(Probe) |
39 | | - │ │ ├── output columns: [f1 (#4)] |
40 | | - │ │ ├── exchange type: Merge |
41 | | - │ │ └── AggregateFinal |
42 | | - │ │ ├── output columns: [f1 (#4)] |
43 | | - │ │ ├── group by: [f1] |
44 | | - │ │ ├── aggregate functions: [] |
45 | | - │ │ ├── estimated rows: 1.00 |
46 | | - │ │ └── Exchange |
47 | | - │ │ ├── output columns: [f1 (#4)] |
48 | | - │ │ ├── exchange type: Hash(0) |
49 | | - │ │ └── AggregatePartial |
50 | | - │ │ ├── group by: [f1] |
51 | | - │ │ ├── aggregate functions: [] |
52 | | - │ │ ├── estimated rows: 1.00 |
53 | | - │ │ └── ConstantTableScan |
54 | | - │ │ ├── output columns: [f1 (#4)] |
55 | | - │ │ └── column 0: [1] |
56 | | - │ └── EvalScalar |
57 | | - │ ├── output columns: [f1 (#5), 2 (#2)] |
58 | | - │ ├── expressions: [2] |
59 | | - │ ├── estimated rows: 1.00 |
60 | | - │ └── HashJoin |
61 | | - │ ├── output columns: [f1 (#5)] |
62 | | - │ ├── join type: CROSS |
63 | | - │ ├── build keys: [] |
64 | | - │ ├── probe keys: [] |
65 | | - │ ├── keys is null equal: [] |
66 | | - │ ├── filters: [] |
67 | | - │ ├── estimated rows: 1.00 |
68 | | - │ ├── DummyTableScan(Build) |
69 | | - │ └── Exchange(Probe) |
70 | | - │ ├── output columns: [f1 (#5)] |
71 | | - │ ├── exchange type: Merge |
72 | | - │ └── AggregateFinal |
73 | | - │ ├── output columns: [f1 (#5)] |
74 | | - │ ├── group by: [f1] |
75 | | - │ ├── aggregate functions: [] |
76 | | - │ ├── estimated rows: 1.00 |
77 | | - │ └── Exchange |
78 | | - │ ├── output columns: [f1 (#5)] |
79 | | - │ ├── exchange type: Hash(0) |
80 | | - │ └── AggregatePartial |
81 | | - │ ├── group by: [f1] |
82 | | - │ ├── aggregate functions: [] |
83 | | - │ ├── estimated rows: 1.00 |
84 | | - │ └── Filter |
85 | | - │ ├── output columns: [f1 (#5)] |
86 | | - │ ├── filters: [outer.f1 (#5) = 1] |
87 | | - │ ├── estimated rows: 1.00 |
88 | | - │ └── ConstantTableScan |
89 | | - │ ├── output columns: [f1 (#5)] |
90 | | - │ └── column 0: [1] |
91 | | - └── Exchange(Probe) |
92 | | - ├── output columns: [f1 (#0)] |
93 | | - ├── exchange type: Merge |
94 | | - └── ConstantTableScan |
95 | | - ├── output columns: [f1 (#0)] |
96 | | - └── column 0: [1] |
| 13 | + ├── Exchange(Build) |
| 14 | + │ ├── output columns: [f1 (#0)] |
| 15 | + │ ├── exchange type: Merge |
| 16 | + │ └── ConstantTableScan |
| 17 | + │ ├── output columns: [f1 (#0)] |
| 18 | + │ └── column 0: [1] |
| 19 | + └── AggregateFinal(Probe) |
| 20 | + ├── output columns: [1 (#3), f1 (#6)] |
| 21 | + ├── group by: [1, f1] |
| 22 | + ├── aggregate functions: [] |
| 23 | + ├── estimated rows: 2.00 |
| 24 | + └── AggregatePartial |
| 25 | + ├── group by: [1, f1] |
| 26 | + ├── aggregate functions: [] |
| 27 | + ├── estimated rows: 2.00 |
| 28 | + └── UnionAll |
| 29 | + ├── output columns: [1 (#3), f1 (#6)] |
| 30 | + ├── estimated rows: 2.00 |
| 31 | + ├── HashJoin |
| 32 | + │ ├── output columns: [f1 (#4), 1 (#1)] |
| 33 | + │ ├── join type: CROSS |
| 34 | + │ ├── build keys: [] |
| 35 | + │ ├── probe keys: [] |
| 36 | + │ ├── keys is null equal: [] |
| 37 | + │ ├── filters: [] |
| 38 | + │ ├── estimated rows: 1.00 |
| 39 | + │ ├── EvalScalar(Build) |
| 40 | + │ │ ├── output columns: [1 (#1)] |
| 41 | + │ │ ├── expressions: [1] |
| 42 | + │ │ ├── estimated rows: 1.00 |
| 43 | + │ │ └── DummyTableScan |
| 44 | + │ └── Exchange(Probe) |
| 45 | + │ ├── output columns: [f1 (#4)] |
| 46 | + │ ├── exchange type: Merge |
| 47 | + │ └── AggregateFinal |
| 48 | + │ ├── output columns: [f1 (#4)] |
| 49 | + │ ├── group by: [f1] |
| 50 | + │ ├── aggregate functions: [] |
| 51 | + │ ├── estimated rows: 1.00 |
| 52 | + │ └── Exchange |
| 53 | + │ ├── output columns: [f1 (#4)] |
| 54 | + │ ├── exchange type: Hash(0) |
| 55 | + │ └── AggregatePartial |
| 56 | + │ ├── group by: [f1] |
| 57 | + │ ├── aggregate functions: [] |
| 58 | + │ ├── estimated rows: 1.00 |
| 59 | + │ └── ConstantTableScan |
| 60 | + │ ├── output columns: [f1 (#4)] |
| 61 | + │ └── column 0: [1] |
| 62 | + └── EvalScalar |
| 63 | + ├── output columns: [f1 (#5), 2 (#2)] |
| 64 | + ├── expressions: [2] |
| 65 | + ├── estimated rows: 1.00 |
| 66 | + └── HashJoin |
| 67 | + ├── output columns: [f1 (#5)] |
| 68 | + ├── join type: CROSS |
| 69 | + ├── build keys: [] |
| 70 | + ├── probe keys: [] |
| 71 | + ├── keys is null equal: [] |
| 72 | + ├── filters: [] |
| 73 | + ├── estimated rows: 1.00 |
| 74 | + ├── DummyTableScan(Build) |
| 75 | + └── Exchange(Probe) |
| 76 | + ├── output columns: [f1 (#5)] |
| 77 | + ├── exchange type: Merge |
| 78 | + └── AggregateFinal |
| 79 | + ├── output columns: [f1 (#5)] |
| 80 | + ├── group by: [f1] |
| 81 | + ├── aggregate functions: [] |
| 82 | + ├── estimated rows: 1.00 |
| 83 | + └── Exchange |
| 84 | + ├── output columns: [f1 (#5)] |
| 85 | + ├── exchange type: Hash(0) |
| 86 | + └── AggregatePartial |
| 87 | + ├── group by: [f1] |
| 88 | + ├── aggregate functions: [] |
| 89 | + ├── estimated rows: 1.00 |
| 90 | + └── Filter |
| 91 | + ├── output columns: [f1 (#5)] |
| 92 | + ├── filters: [outer.f1 (#5) = 1] |
| 93 | + ├── estimated rows: 1.00 |
| 94 | + └── ConstantTableScan |
| 95 | + ├── output columns: [f1 (#5)] |
| 96 | + └── column 0: [1] |
97 | 97 |
|
0 commit comments