[FEAT MERGE] Full-text Search Index + [CP]Adaptive DAS Group Rescan + Json Multi-Value Index
Co-authored-by: saltonz <saltonzh@gmail.com> Co-authored-by: pe-99y <315053752@qq.com> Co-authored-by: JinmaoLi <ljm.csmaster@gmail.com>
This commit is contained in:
@ -83,3 +83,9 @@ int ObRawExprGetHashValue::visit(ObSetOpRawExpr &expr)
|
||||
seed_ = expr.hash(seed_);
|
||||
return OB_SUCCESS;
|
||||
}
|
||||
|
||||
int ObRawExprGetHashValue::visit(ObMatchFunRawExpr &expr)
|
||||
{
|
||||
seed_ = expr.hash(seed_);
|
||||
return OB_SUCCESS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user