fix build error for ccls build

This commit is contained in:
wenxingsen
2022-11-15 10:05:42 +00:00
committed by wangzelin.wzl
parent efbed6ee8a
commit b29a1bfe75
50 changed files with 216 additions and 462 deletions

View File

@ -14,12 +14,13 @@
#define OBDEV_SRC_SQL_EXECUTOR_OB_REMOTE_EXECUTOR_PROCESSOR_H_
#include "sql/executor/ob_executor_rpc_processor.h"
#include "sql/plan_cache/ob_cache_object_factory.h"
namespace oceanbase
{
namespace observer
{
struct ObGlobalContext;
}
namespace oceanbase
{
namespace sql
{
template <typename T>

View File

@ -19,6 +19,10 @@
using namespace oceanbase::common;
using namespace oceanbase::sql;
namespace oceanbase
{
namespace sql
{
ObTaskInfo::ObTaskInfo(common::ObIAllocator &allocator)
: range_location_(allocator),
task_split_type_(ObTaskSpliter::INVALID_SPLIT),
@ -88,3 +92,5 @@ int ObTaskInfo::ObRangeLocation::assign(const ObTaskInfo::ObRangeLocation &range
return ret;
}
}
}