Placeholder of xml_phase3 branch on master

This commit is contained in:
obdev
2023-12-28 08:17:59 +00:00
committed by ob-robot
parent ae91b608c3
commit 021fbf0335
2 changed files with 6 additions and 0 deletions

View File

@ -1102,6 +1102,9 @@ static ObExpr::EvalFunc g_expr_eval_functions[] = {
eval_questionmark_decint2decint_eqcast, /* 660 */
eval_questionmark_decint2decint_normalcast, /* 661 */
ObExprExtractExpiredTime::eval_extract_cert_expired_time, /* 662 */
NULL, //ObExprXmlConcat::eval_xml_concat, /* 663 */
NULL, //ObExprXmlForest::eval_xml_forest, /* 664 */
NULL, //ObExprExistsNodeXml::eval_existsnode_xml, /* 665 */
};
static ObExpr::EvalBatchFunc g_expr_eval_batch_functions[] = {