You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2021/07/26 01:38:25 UTC

[incubator-doris] branch master updated (8d1c1ef -> 13ef2c9)

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

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


    from 8d1c1ef  [Community] Fix PR labeling github action workflow (#6279)
     add 13ef2c9  [Function][Enhance] lower/upper case transfer function vectorized (#6253)

No new revisions were added by this update.

Summary of changes:
 be/src/exprs/string_functions.cpp                  | 14 ++---
 .../util/{spinlock.cc => vectorized-tool/lower.h}  | 26 ++++-----
 be/src/util/vectorized-tool/lower_upper_impl.h     | 61 ++++++++++++++++++++++
 .../util/{date_func.h => vectorized-tool/upper.h}  | 29 +++++-----
 be/test/exprs/string_functions_test.cpp            | 19 +++++++
 5 files changed, 113 insertions(+), 36 deletions(-)
 copy be/src/util/{spinlock.cc => vectorized-tool/lower.h} (71%)
 create mode 100644 be/src/util/vectorized-tool/lower_upper_impl.h
 copy be/src/util/{date_func.h => vectorized-tool/upper.h} (68%)

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