fix mysqltest

This commit is contained in:
hanr881
2023-05-15 08:46:25 +00:00
committed by ob-robot
parent bf4c0d2553
commit 8fa5fdc6e7
2 changed files with 13 additions and 0 deletions

View File

@ -50,6 +50,7 @@ public:
const ObRawExpr &raw_expr, ObExpr &rt_expr) const override;
static int eval_collection_construct(const ObExpr &expr, ObEvalCtx &ctx, ObDatum &expr_datum);
static bool is_match_type(const ObObj &element_obj, pl::ObPLType type);
struct ExtraInfo : public ObIExprExtraInfo
{