You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by yi...@apache.org on 2023/01/26 08:21:23 UTC

[doris] branch master updated (615a5e7b51 -> adb758dcac)

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

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


    from 615a5e7b51 [refactor](remove non vec code) remove non vec functions and AggregateInfo (#16138)
     add adb758dcac [refactor](remove non vec code) remove json functions string functions match functions and some code (#16141)

No new revisions were added by this update.

Summary of changes:
 be/src/common/daemon.cpp                          |   6 -
 be/src/exec/arrow/arrow_reader.h                  |   6 +-
 be/src/exec/arrow/parquet_reader.cpp              | 308 -------
 be/src/exec/arrow/parquet_reader.h                |   6 -
 be/src/exec/base_scanner.h                        |   6 -
 be/src/exec/es/es_scroll_parser.cpp               | 268 ------
 be/src/exec/es/es_scroll_parser.h                 |   2 -
 be/src/exec/text_converter.h                      |  14 -
 be/src/exec/text_converter.hpp                    | 129 ---
 be/src/exprs/CMakeLists.txt                       |   1 -
 be/src/exprs/json_functions.cpp                   | 230 ------
 be/src/exprs/json_functions.h                     |  34 -
 be/src/exprs/math_functions.cpp                   | 557 -------------
 be/src/exprs/math_functions.h                     | 157 ----
 be/src/exprs/string_functions.cpp                 | 964 ----------------------
 be/src/exprs/string_functions.h                   | 154 ----
 be/src/olap/CMakeLists.txt                        |   1 +
 be/src/olap/delta_writer.h                        |   1 -
 be/src/{exprs => olap}/match_predicate.cpp        |   2 +-
 be/src/{exprs => olap}/match_predicate.h          |   3 -
 be/src/olap/memtable.h                            |   1 -
 be/src/olap/predicate_creator.h                   |   2 +-
 be/src/runtime/collection_value.cpp               | 558 -------------
 be/src/runtime/collection_value.h                 | 146 ----
 be/src/runtime/primitive_type.cpp                 |  50 --
 be/src/runtime/primitive_type.h                   |   2 -
 be/src/runtime/raw_value.cpp                      | 516 ------------
 be/src/runtime/raw_value.h                        |  30 -
 be/src/runtime/result_buffer_mgr.cpp              |   6 -
 be/src/runtime/tuple.cpp                          | 128 ---
 be/src/runtime/tuple.h                            |  35 -
 be/src/runtime/types.h                            |   3 -
 be/src/util/CMakeLists.txt                        |   3 -
 be/src/util/array_parser.cpp                      |  43 -
 be/src/util/array_parser.h                        | 247 ------
 be/src/util/symbols_util.cpp                      | 310 -------
 be/src/util/symbols_util.h                        |  72 --
 be/src/util/topn_counter.cpp                      | 148 ----
 be/src/util/topn_counter.h                        | 172 ----
 be/src/vec/core/block.cpp                         | 107 ---
 be/src/vec/core/block.h                           |   4 -
 be/src/vec/exec/data_gen_functions/vnumbers_tvf.h |   1 -
 be/src/vec/exec/vdata_gen_scan_node.h             |   1 -
 be/src/vec/exec/vmysql_scan_node.cpp              |  13 -
 be/src/vec/exec/vmysql_scan_node.h                |   6 -
 be/src/vec/functions/function_string.h            |  53 +-
 be/test/CMakeLists.txt                            |   4 -
 be/test/exprs/json_function_test.cpp              | 211 -----
 be/test/exprs/math_functions_test.cpp             | 288 -------
 be/test/exprs/string_functions_test.cpp           | 819 ------------------
 be/test/runtime/array_test.cpp                    | 873 --------------------
 be/test/runtime/collection_value_test.cpp         |  96 ---
 be/test/testutil/array_utils.cpp                  |  14 -
 be/test/testutil/array_utils.h                    |   2 -
 be/test/util/array_parser_test.cpp                | 189 -----
 55 files changed, 50 insertions(+), 7952 deletions(-)
 rename be/src/{exprs => olap}/match_predicate.cpp (98%)
 rename be/src/{exprs => olap}/match_predicate.h (98%)
 delete mode 100644 be/src/util/array_parser.cpp
 delete mode 100644 be/src/util/array_parser.h
 delete mode 100644 be/src/util/symbols_util.cpp
 delete mode 100644 be/src/util/symbols_util.h
 delete mode 100644 be/src/util/topn_counter.cpp
 delete mode 100644 be/src/util/topn_counter.h
 delete mode 100644 be/test/exprs/math_functions_test.cpp
 delete mode 100644 be/test/exprs/string_functions_test.cpp
 delete mode 100644 be/test/runtime/array_test.cpp
 delete mode 100644 be/test/runtime/collection_value_test.cpp
 delete mode 100644 be/test/util/array_parser_test.cpp


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