[FEAT MERGE] impl vectorization 2.0

Co-authored-by: oceanoverflow <oceanoverflow@gmail.com>
Co-authored-by: hezuojiao <hezuojiao@gmail.com>
Co-authored-by: Monk-Liu <1152761042@qq.com>
This commit is contained in:
obdev
2024-02-08 05:32:52 +00:00
committed by ob-robot
parent 64a276a23f
commit 0d0b11c0cc
592 changed files with 358124 additions and 303277 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 |
+------+----+----+------+