Placeholder of xml_phase3 branch on master

This commit is contained in:
obdev
2024-02-08 16:05:32 +00:00
committed by ob-robot
parent be8d18faed
commit 201a6fc94d
2 changed files with 6 additions and 0 deletions

View File

@ -843,6 +843,9 @@ typedef enum ObItemType
T_FUN_SYS_ST_SYMDIFFERENCE = 1729,
T_FUN_SYS_PRIV_ST_ASMVTGEOM = 1730,
T_FUN_SYS_PRIV_ST_MAKE_VALID = 1731,
T_FUN_SYS_XML_CONCAT = 1732,
T_FUN_SYS_XML_FOREST = 1733,
T_FUN_SYS_XML_EXISTSNODE = 1734,
///< @note add new oracle only function type before this line
T_FUN_SYS_TABLET_AUTOINC_NEXTVAL = 1801, // add only for heap table

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[] = {