apply ids

This commit is contained in:
wjhh2008
2023-11-23 10:45:38 +00:00
committed by ob-robot
parent a1c2792ab7
commit aede9be0db
13 changed files with 124 additions and 6 deletions

View File

@ -1064,7 +1064,8 @@ static ObExpr::EvalFunc g_expr_eval_functions[] = {
NULL, //ObExprUpdateXml::eval_mysql_update_xml /* 629 */
NULL, //ObExprXmlSequence::eval_xml_sequence /* 630 */
NULL, //ObExprJsonAppend::eval_json_array_append /* 631 */
ObExprJsonObjectStar::eval_ora_json_object_star /* 632 */
ObExprJsonObjectStar::eval_ora_json_object_star, /* 632 */
NULL, //ObExprCurrentRole::eval_current_role /* 633 */
};
static ObExpr::EvalBatchFunc g_expr_eval_batch_functions[] = {