[FEAT MERGE] support NLJ/SPF vectorization 2.0

This commit is contained in:
pe-99y
2024-11-21 13:14:25 +00:00
committed by ob-robot
parent e9c9570701
commit 5b6af76499
34 changed files with 2665 additions and 29 deletions

View File

@ -498,7 +498,7 @@ int ObExprSubQueryRef::get_subquery_iter(ObEvalCtx &ctx,
if (OB_ISNULL(kit) || OB_ISNULL(kit->op_)) {
ret = OB_ERR_UNEXPECTED;
LOG_WARN("operator is NULL", K(ret), K(extra), KP(kit));
} else if (PHY_SUBPLAN_FILTER != kit->op_->get_spec().type_) {
} else if (PHY_SUBPLAN_FILTER != kit->op_->get_spec().type_ && PHY_VEC_SUBPLAN_FILTER != kit->op_->get_spec().type_) {
ret = OB_ERR_UNEXPECTED;
LOG_WARN("is not subplan filter operator", K(ret), K(extra),
"spec", kit->op_->get_spec());