fix compile warnings
This commit is contained in:
@ -20,8 +20,12 @@ class ObExprExists : public ObSubQueryRelationalExpr {
|
||||
explicit ObExprExists(common::ObIAllocator& alloc);
|
||||
virtual ~ObExprExists();
|
||||
|
||||
virtual int calc_result_type1(ObExprResType& type, ObExprResType& type1, common::ObExprTypeCtx& type_ctx) const;
|
||||
virtual int calc_result1(common::ObObj& result, const common::ObObj& obj1, common::ObExprCtx& expr_ctx) const;
|
||||
virtual int calc_result_type1(ObExprResType &type,
|
||||
ObExprResType &type1,
|
||||
common::ObExprTypeCtx &type_ctx) const override;
|
||||
virtual int calc_result1(common::ObObj &result,
|
||||
const common::ObObj &obj1,
|
||||
common::ObExprCtx &expr_ctx) const override;
|
||||
|
||||
virtual int cg_expr(ObExprCGCtx& op_cg_ctx, const ObRawExpr& raw_expr, ObExpr& rt_expr) const override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user