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 d0e906f329 [Docs](alter partition) Fix the docs of adding default 
partition (#23705)
     add 65f41f71c1 [pipelineX](refactor) refine codes (#23726)

No new revisions were added by this update.

Summary of changes:
 be/src/pipeline/exec/aggregation_sink_operator.cpp | 198 +++++----
 be/src/pipeline/exec/aggregation_sink_operator.h   |  36 +-
 .../pipeline/exec/aggregation_source_operator.cpp  |   8 +-
 be/src/pipeline/exec/aggregation_source_operator.h |   6 +-
 be/src/pipeline/exec/analytic_sink_operator.cpp    |   6 -
 be/src/pipeline/exec/analytic_sink_operator.h      |  13 +-
 be/src/pipeline/exec/analytic_source_operator.cpp  |  14 +-
 be/src/pipeline/exec/analytic_source_operator.h    |   5 +-
 be/src/pipeline/exec/exchange_sink_operator.cpp    |   6 -
 be/src/pipeline/exec/exchange_sink_operator.h      |   6 +-
 be/src/pipeline/exec/exchange_source_operator.cpp  |  16 +-
 be/src/pipeline/exec/exchange_source_operator.h    |   4 +-
 be/src/pipeline/exec/hashjoin_build_sink.cpp       |  11 +-
 be/src/pipeline/exec/hashjoin_build_sink.h         |  22 +-
 be/src/pipeline/exec/hashjoin_probe_operator.cpp   |  18 +-
 be/src/pipeline/exec/hashjoin_probe_operator.h     |  10 +-
 be/src/pipeline/exec/join_build_sink_operator.cpp  |  40 +-
 be/src/pipeline/exec/join_build_sink_operator.h    |  40 +-
 be/src/pipeline/exec/join_probe_operator.cpp       | 157 ++++++-
 be/src/pipeline/exec/join_probe_operator.h         | 148 +------
 be/src/pipeline/exec/olap_scan_operator.cpp        |  11 +-
 be/src/pipeline/exec/olap_scan_operator.h          |   9 +-
 be/src/pipeline/exec/operator.cpp                  | 155 -------
 be/src/pipeline/exec/operator.h                    | 436 +-----------------
 be/src/pipeline/exec/result_sink_operator.cpp      |   6 -
 be/src/pipeline/exec/result_sink_operator.h        |   6 +-
 be/src/pipeline/exec/scan_operator.cpp             | 222 ++++++----
 be/src/pipeline/exec/scan_operator.h               | 138 ++++--
 be/src/pipeline/exec/sort_sink_operator.cpp        |   6 -
 be/src/pipeline/exec/sort_sink_operator.h          |  14 +-
 be/src/pipeline/exec/sort_source_operator.cpp      |   8 +-
 be/src/pipeline/exec/sort_source_operator.h        |   5 +-
 .../exec/streaming_aggregation_sink_operator.cpp   |  10 +-
 .../exec/streaming_aggregation_sink_operator.h     |  19 +-
 .../exec/streaming_aggregation_source_operator.h   |   1 +
 be/src/pipeline/pipeline.h                         |   5 +-
 be/src/pipeline/pipeline_x/dependency.h            |   2 +-
 be/src/pipeline/{exec => pipeline_x}/operator.cpp  | 102 +++--
 be/src/pipeline/pipeline_x/operator.h              | 492 +++++++++++++++++++++
 be/src/runtime/runtime_state.cpp                   |   1 +
 be/src/vec/exec/scan/new_olap_scanner.cpp          |   4 +-
 be/src/vec/exec/scan/new_olap_scanner.h            |   4 +-
 be/src/vec/exec/scan/pip_scanner_context.h         |   2 +-
 be/src/vec/exec/scan/scanner_context.cpp           |   5 +-
 be/src/vec/exec/scan/scanner_context.h             |   6 +-
 be/src/vec/exec/scan/vscanner.cpp                  |   2 +-
 be/src/vec/exec/scan/vscanner.h                    |   6 +-
 47 files changed, 1225 insertions(+), 1216 deletions(-)
 copy be/src/pipeline/{exec => pipeline_x}/operator.cpp (73%)
 create mode 100644 be/src/pipeline/pipeline_x/operator.h


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to