gaodayue opened a new pull request #2794: Reformat BE code 3/7
URL: https://github.com/apache/incubator-doris/pull/2794
 
 
   Part of #2790 
   
   This PR reformat "exprs" modules with the following command
   
   ```
   $ find be/src/exprs -type f \( -name \*.h -or -name \*.hpp -or -name \*.cpp 
-or -iname \*.cc \) | xargs clang-format -i -style=file
   ```
   
   I have disabled clang-format on full or part of the following files in order 
to minimize diff size.
   
   ```
   be/src/exprs/agg_fn.cc
   be/src/exprs/agg_fn.h
   be/src/exprs/aggregate_functions.cpp
   be/src/exprs/binary_predicate.cpp
   be/src/exprs/bitmap_function.cpp
   be/src/exprs/decimalv2_operators.h
   be/src/exprs/math_functions.cpp
   be/src/exprs/math_functions.h
   be/src/exprs/new_agg_fn_evaluator.cc
   be/src/exprs/new_agg_fn_evaluator.h
   be/src/exprs/string_functions.h
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to