fix: procedure with xmltype inputs not supported

This commit is contained in:
obdev
2023-05-12 01:11:19 +00:00
committed by ob-robot
parent 94004732ee
commit a8ac8b911f
3 changed files with 43 additions and 11 deletions

View File

@ -204,6 +204,7 @@ private:
int process_xml_attributes_node(const ParseNode *node, ObRawExpr *&expr);
int process_xml_attributes_values_node(const ParseNode *node, ObRawExpr *&expr);
int process_xmlparse_node(const ParseNode *node, ObRawExpr *&expr);
void get_special_func_ident_name(ObString &ident_name, const ObItemType func_type);
private:
int process_sys_func_params(ObSysFunRawExpr &func_expr, int current_columns_count);
int transform_ratio_afun_to_arg_div_sum(const ParseNode *ratio_to_report, ParseNode *&div);