You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by li...@apache.org on 2022/12/10 11:32:17 UTC

[doris] branch master updated (4c6458108c -> ef46b580d0)

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

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


    from 4c6458108c [fix](fe-meta) NPE in DataProperty when upgrading to 1.2.x (#14976)
     add ef46b580d0 [Vectorized](operator) support analytic eval operator (#14774)

No new revisions were added by this update.

Summary of changes:
 be/src/pipeline/CMakeLists.txt                     |   2 +
 ...ion_operator.cpp => analytic_sink_operator.cpp} |   5 +-
 ...hjoin_build_sink.h => analytic_sink_operator.h} |  19 +-
 ...n_operator.cpp => analytic_source_operator.cpp} |   6 +-
 ...ource_operator.h => analytic_source_operator.h} |  12 +-
 be/src/pipeline/pipeline_fragment_context.cpp      |  15 ++
 be/src/vec/exec/vanalytic_eval_node.cpp            | 243 ++++++++++++---------
 be/src/vec/exec/vanalytic_eval_node.h              |  36 +--
 8 files changed, 200 insertions(+), 138 deletions(-)
 copy be/src/pipeline/exec/{table_function_operator.cpp => analytic_sink_operator.cpp} (89%)
 copy be/src/pipeline/exec/{hashjoin_build_sink.h => analytic_sink_operator.h} (69%)
 copy be/src/pipeline/exec/{table_function_operator.cpp => analytic_source_operator.cpp} (86%)
 copy be/src/pipeline/exec/{sort_source_operator.h => analytic_source_operator.h} (74%)


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