fix: procedure with xmltype inputs not supported
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user