patch 4.0
This commit is contained in:
@ -10,7 +10,6 @@
|
||||
* See the Mulan PubL v2 for more details.
|
||||
*/
|
||||
|
||||
// This file contains implementation for json_extract.
|
||||
#ifndef OCEANBASE_SQL_OB_EXPR_JSON_EXTRACT_H_
|
||||
#define OCEANBASE_SQL_OB_EXPR_JSON_EXTRACT_H_
|
||||
|
||||
@ -27,7 +26,7 @@ class ObExprJsonExtract : public ObFuncExprOperator
|
||||
public:
|
||||
explicit ObExprJsonExtract(common::ObIAllocator &alloc);
|
||||
virtual ~ObExprJsonExtract();
|
||||
int calc_resultN(ObObj &result, const ObObj *objs, int64_t param_num, ObExprCtx &expr_ctx) const;
|
||||
|
||||
virtual int calc_result_typeN(ObExprResType& type,
|
||||
ObExprResType* types,
|
||||
int64_t param_num,
|
||||
|
||||
Reference in New Issue
Block a user