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

@ -20,7 +20,7 @@ namespace oceanbase {
namespace sql {
class ObTaskEvent;
class ObJobControl {
public:
public:
explicit ObJobControl();
virtual ~ObJobControl();
@ -61,7 +61,7 @@ class ObJobControl {
DECLARE_TO_STRING;
private:
private:
int build_job_ctx(ObExecContext& ctx, ObJob& job);
int build_job_op_input(ObExecContext& ctx, ObJob& job);
// int jobs_quick_sort(common::ObIArray<ObJob *> &jobs,
@ -69,9 +69,9 @@ class ObJobControl {
// int64_t high);
void print_job_tree(char* buf, const int64_t buf_len, int64_t& pos, ObJob* job) const;
protected:
protected:
common::ObSEArray<ObJob*, 2> jobs_; // remote plan has two jobs
private:
private:
mutable uint64_t local_job_id_;
static volatile uint64_t global_job_id_;
DISALLOW_COPY_AND_ASSIGN(ObJobControl);