[FEAT MERGE] impl vectorization 2.0

Co-authored-by: Naynahs <cfzy002@126.com>
Co-authored-by: hwx65 <1780011298@qq.com>
Co-authored-by: oceanoverflow <oceanoverflow@gmail.com>
This commit is contained in:
obdev
2023-12-22 03:43:19 +00:00
committed by ob-robot
parent 1178245448
commit b6773084c6
592 changed files with 358124 additions and 303288 deletions

View File

@ -209,8 +209,8 @@ select /*+use_nl(t1 t2) leading(t1 t2)*/ * from t1 right join t2 on t1.c1 = t2.c
| 1 | 1 | 1 | 1 |
| 1 | 2 | 1 | 1 |
| 3 | 5 | 3 | 3 |
| NULL | NULL | 6 | NULL |
| NULL | NULL | 5 | 5 |
| NULL | NULL | 6 | NULL |
+------+----+----+------+
@ -282,8 +282,8 @@ select /*+use_nl(t1 t2) leading(t1 t2)*/ * from t1 full join t2 on t1.c1 = t2.c2
| NULL | 3 | NULL | NULL |
| 2 | 4 | NULL | NULL |
| 3 | 5 | 3 | 3 |
| NULL | NULL | 6 | NULL |
| NULL | NULL | 5 | 5 |
| NULL | NULL | 6 | NULL |
+------+----+----+------+
@ -608,8 +608,8 @@ select /*+use_nl(t1 t2) leading(t1 t2)*/ * from t1 right join t2 on t1.c1 = t2.c
| 1 | 1 | 1 | 1 |
| 1 | 2 | 1 | 1 |
| 3 | 5 | 3 | 3 |
| NULL | NULL | 6 | NULL |
| NULL | NULL | 5 | 5 |
| NULL | NULL | 6 | NULL |
+------+----+----+------+
@ -681,8 +681,8 @@ select /*+use_nl(t1 t2) leading(t1 t2)*/ * from t1 full join t2 on t1.c1 = t2.c2
| NULL | 3 | NULL | NULL |
| 2 | 4 | NULL | NULL |
| 3 | 5 | 3 | 3 |
| NULL | NULL | 6 | NULL |
| NULL | NULL | 5 | 5 |
| NULL | NULL | 6 | NULL |
+------+----+----+------+