patch 4.0

This commit is contained in:
wangzelin.wzl
2022-10-24 10:34:53 +08:00
parent 4ad6e00ec3
commit 93a1074b0c
10533 changed files with 2588271 additions and 2299373 deletions

View File

@ -15,17 +15,18 @@
#include "sql/engine/expr/ob_expr_instr.h"
#include "sql/session/ob_sql_session_info.h"
namespace oceanbase {
using namespace common;
namespace sql {
ObExprPosition::ObExprPosition(ObIAllocator& alloc)
: ObLocationExprOperator(alloc, T_FUN_SYS_POSITION, N_POSITION, 2, NOT_ROW_DIMENSION)
{}
ObExprPosition::~ObExprPosition()
namespace oceanbase
{
using namespace common;
namespace sql
{
ObExprPosition::ObExprPosition(ObIAllocator &alloc)
: ObLocationExprOperator(alloc, T_FUN_SYS_POSITION, N_POSITION, 2, NOT_ROW_DIMENSION) {}
ObExprPosition::~ObExprPosition() {
// TODO Auto-generated
}
} // end of namespace sql
} // end of namespace oceanbase
}//end of namespace sql
}//end of namespace oceanbase