reformat source code

according to code styles, 'AccessModifierOffset' should be -2.
This commit is contained in:
gm
2021-06-16 15:48:42 +08:00
committed by MizuhaHimuraki
parent 8c4a2f26a6
commit 4a92b6d7df
3314 changed files with 23131 additions and 23401 deletions

View File

@ -48,7 +48,7 @@ enum ObCacheObjType {
struct ObOutlineState {
OB_UNIS_VERSION(1);
public:
public:
ObOutlineState() : outline_version_(), is_plan_fixed_(false)
{}
~ObOutlineState()
@ -106,7 +106,7 @@ class ObCacheObject {
friend class ObCacheObjectFactory;
friend class ::test::MockCacheObjectFactory;
public:
public:
ObCacheObject(ObCacheObjType co_type, lib::MemoryContext& mem_context = CURRENT_CONTEXT);
virtual ~ObCacheObject()
{}
@ -343,14 +343,14 @@ class ObCacheObject {
K_(object_id), K_(dependency_tables), K_(outline_state), K_(pre_calc_exprs), K_(params_info),
K_(is_contain_virtual_table), K_(is_contain_inner_table), K_(fetch_cur_time));
protected:
protected:
static int construct_array_params(const ObSqlExpression& expr, common::ObIAllocator& allocator,
common::ObExprCtx& expr_ctx, common::ObNewRow& row, common::ObObjParam& result);
private:
private:
int64_t dec_ref_count(const CacheRefHandleID ref_handle);
protected:
protected:
lib::MemoryContext& mem_context_;
common::ObIAllocator& allocator_;
ObCacheObjType type_;