bugfix : null in json expr clause has core dump in fast parser

This commit is contained in:
obdev
2023-04-07 10:56:32 +00:00
committed by ob-robot
parent 7a1cb10674
commit 134f4eedae
4 changed files with 21 additions and 2 deletions

View File

@ -122,6 +122,7 @@ private:
int process_json_exists_node(const ParseNode *node, ObRawExpr *&expr);
int process_json_array_node(const ParseNode *node, ObRawExpr *&expr);
int process_json_mergepatch_node(const ParseNode *node, ObRawExpr *&expr);
static void modification_type_to_int(ParseNode &node);
int process_fun_sys_node(const ParseNode *node, ObRawExpr *&expr);
int process_dll_udf_node(const ParseNode *node, ObRawExpr *&expr);
int process_agg_udf_node(const ParseNode *node,