You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by zh...@apache.org on 2020/02/24 10:23:18 UTC

[incubator-doris] branch master updated (fb5b58b -> 099e0f7)

This is an automated email from the ASF dual-hosted git repository.

zhaoc pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.


    from fb5b58b  Add more constraints for bitmap column (#2966)
     add 099e0f7  Remove unused LLVM related codes of directory:be/src/exprs (#2910) (#2972)

No new revisions were added by this update.

Summary of changes:
 be/src/exprs/agg_fn.cc                      |  27 --
 be/src/exprs/agg_fn.h                       |  12 -
 be/src/exprs/agg_fn_evaluator.cpp           |   1 -
 be/src/exprs/anyval_util.h                  |   2 +-
 be/src/exprs/arithmetic_expr.cpp            | 433 ----------------------------
 be/src/exprs/arithmetic_expr.h              |  12 -
 be/src/exprs/binary_predicate.cpp           | 266 -----------------
 be/src/exprs/binary_predicate.h             |   8 -
 be/src/exprs/case_expr.cpp                  | 212 --------------
 be/src/exprs/case_expr.h                    |   5 -
 be/src/exprs/cast_expr.cpp                  | 111 -------
 be/src/exprs/cast_expr.h                    |   3 -
 be/src/exprs/compound_predicate.cpp         | 185 ------------
 be/src/exprs/compound_predicate.h           |  17 --
 be/src/exprs/conditional_functions.cpp      |  12 -
 be/src/exprs/conditional_functions.h        |   9 -
 be/src/exprs/expr.cpp                       | 148 +---------
 be/src/exprs/expr.h                         |  53 ----
 be/src/exprs/expr_context.cpp               |   2 -
 be/src/exprs/expr_context.h                 |   2 -
 be/src/exprs/in_predicate.cpp               |   1 -
 be/src/exprs/in_predicate.h                 |   4 -
 be/src/exprs/info_func.h                    |   4 -
 be/src/exprs/literal.cpp                    |  83 ------
 be/src/exprs/literal.h                      |   2 -
 be/src/exprs/new_agg_fn_evaluator.cc        |   3 -
 be/src/exprs/new_agg_fn_evaluator.h         |   2 -
 be/src/exprs/null_literal.cpp               |  31 --
 be/src/exprs/null_literal.h                 |   5 -
 be/src/exprs/scalar_fn_call.cpp             | 302 -------------------
 be/src/exprs/scalar_fn_call.h               |   4 -
 be/src/exprs/slot_ref.cpp                   | 296 -------------------
 be/src/exprs/slot_ref.h                     |   1 -
 be/src/exprs/tuple_is_null_predicate.cpp    |   7 -
 be/src/exprs/tuple_is_null_predicate.h      |   1 -
 be/test/util/arrow/arrow_work_flow_test.cpp |   2 +-
 36 files changed, 7 insertions(+), 2261 deletions(-)


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