Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Mryange committed Oct 21, 2024
1 parent b6ea680 commit 5c4feaf
Show file tree
Hide file tree
Showing 15 changed files with 13 additions and 15 deletions.
1 change: 0 additions & 1 deletion be/src/common/compile_check_begin.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,4 @@
#pragma clang diagnostic ignored "-Wfloat-conversion"
#endif


//#include "common/compile_check_begin.h"
1 change: 0 additions & 1 deletion be/src/common/compile_check_end.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@
#endif
#undef COMPILE_CHECK


// #include "common/compile_check_end.h"
2 changes: 1 addition & 1 deletion be/src/pipeline/exec/group_commit_block_sink_operator.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
namespace doris::vectorized {
#include "common/compile_check_begin.h"
class OlapTableBlockConvertor;
}
} // namespace doris::vectorized

namespace doris::pipeline {

Expand Down
2 changes: 1 addition & 1 deletion be/src/pipeline/exec/join/cross_join_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ namespace doris::pipeline {

INSTANTIATION_FOR(TJoinOp::CROSS_JOIN);

}
} // namespace doris::pipeline
2 changes: 1 addition & 1 deletion be/src/pipeline/exec/join/full_outer_join_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ namespace doris::pipeline {

INSTANTIATION_FOR(TJoinOp::FULL_OUTER_JOIN);

}
} // namespace doris::pipeline
2 changes: 1 addition & 1 deletion be/src/pipeline/exec/join/inner_join_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ namespace doris::pipeline {

INSTANTIATION_FOR(TJoinOp::INNER_JOIN);

}
} // namespace doris::pipeline
2 changes: 1 addition & 1 deletion be/src/pipeline/exec/join/left_anti_join_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ namespace doris::pipeline {

INSTANTIATION_FOR(TJoinOp::LEFT_ANTI_JOIN);

}
} // namespace doris::pipeline
2 changes: 1 addition & 1 deletion be/src/pipeline/exec/join/left_outer_join_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ namespace doris::pipeline {

INSTANTIATION_FOR(TJoinOp::LEFT_OUTER_JOIN);

}
} // namespace doris::pipeline
2 changes: 1 addition & 1 deletion be/src/pipeline/exec/join/left_semi_join_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ namespace doris::pipeline {

INSTANTIATION_FOR(TJoinOp::LEFT_SEMI_JOIN);

}
} // namespace doris::pipeline
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ namespace doris::pipeline {

INSTANTIATION_FOR(TJoinOp::NULL_AWARE_LEFT_ANTI_JOIN);

}
} // namespace doris::pipeline
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ namespace doris::pipeline {

INSTANTIATION_FOR(TJoinOp::NULL_AWARE_LEFT_SEMI_JOIN);

}
} // namespace doris::pipeline
2 changes: 1 addition & 1 deletion be/src/pipeline/exec/join/right_anti_join_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ namespace doris::pipeline {

INSTANTIATION_FOR(TJoinOp::RIGHT_ANTI_JOIN);

}
} // namespace doris::pipeline
2 changes: 1 addition & 1 deletion be/src/pipeline/exec/join/right_outer_join_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ namespace doris::pipeline {

INSTANTIATION_FOR(TJoinOp::RIGHT_OUTER_JOIN);

}
} // namespace doris::pipeline
2 changes: 1 addition & 1 deletion be/src/pipeline/exec/join/right_semi_join_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ namespace doris::pipeline {

INSTANTIATION_FOR(TJoinOp::RIGHT_SEMI_JOIN);

}
} // namespace doris::pipeline
2 changes: 1 addition & 1 deletion be/src/pipeline/exec/scan_operator.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
namespace doris::vectorized {
#include "common/compile_check_begin.h"
class ScannerDelegate;
}
} // namespace doris::vectorized

namespace doris::pipeline {

Expand Down

0 comments on commit 5c4feaf

Please sign in to comment.