fix compile warnings
This commit is contained in:
@ -21,10 +21,12 @@ class ObExprMySQLPort : public ObFuncExprOperator {
|
||||
public:
|
||||
explicit ObExprMySQLPort(common::ObIAllocator& alloc);
|
||||
virtual ~ObExprMySQLPort();
|
||||
virtual int calc_result_type0(ObExprResType& type, common::ObExprTypeCtx& type_ctx) const;
|
||||
virtual int calc_result0(common::ObObj& result, common::ObExprCtx& expr_ctx) const;
|
||||
static int eval_mysql_port(const ObExpr& expr, ObEvalCtx& ctx, ObDatum& expr_datum);
|
||||
virtual int cg_expr(ObExprCGCtx& op_cg_ctx, const ObRawExpr& raw_expr, ObExpr& rt_expr) const override;
|
||||
virtual int calc_result_type0(ObExprResType &type, common::ObExprTypeCtx &type_ctx) const override;
|
||||
virtual int calc_result0(common::ObObj &result, common::ObExprCtx &expr_ctx) const override;
|
||||
static int eval_mysql_port(const ObExpr &expr, ObEvalCtx &ctx, ObDatum &expr_datum);
|
||||
virtual int cg_expr(ObExprCGCtx &op_cg_ctx,
|
||||
const ObRawExpr &raw_expr,
|
||||
ObExpr &rt_expr) const override;
|
||||
|
||||
private:
|
||||
DISALLOW_COPY_AND_ASSIGN(ObExprMySQLPort);
|
||||
|
||||
Reference in New Issue
Block a user