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

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


    from 9da9409bd4 [refactor](join) improve join node output when build table 
rows is 0 (#23713)
     add 3317909141 [pipelineX](join) support nested loop join operator (#23756)

No new revisions were added by this update.

Summary of changes:
 be/src/pipeline/exec/hashjoin_build_sink.h         |   4 +-
 be/src/pipeline/exec/hashjoin_probe_operator.cpp   |   6 +-
 be/src/pipeline/exec/hashjoin_probe_operator.h     |   7 +-
 be/src/pipeline/exec/join_build_sink_operator.cpp  |   5 +-
 be/src/pipeline/exec/join_probe_operator.cpp       |  35 +-
 be/src/pipeline/exec/join_probe_operator.h         |  12 +-
 .../exec/nested_loop_join_build_operator.cpp       |  96 +++-
 .../exec/nested_loop_join_build_operator.h         |  62 ++-
 .../exec/nested_loop_join_probe_operator.cpp       | 553 +++++++++++++++++++++
 .../exec/nested_loop_join_probe_operator.h         | 193 +++++++
 be/src/pipeline/exec/scan_operator.h               |   2 +
 be/src/pipeline/pipeline_x/dependency.cpp          |  21 +-
 be/src/pipeline/pipeline_x/dependency.h            |  46 +-
 be/src/pipeline/pipeline_x/operator.cpp            |   4 +
 .../pipeline_x/pipeline_x_fragment_context.cpp     |  20 +
 be/src/vec/exec/join/vnested_loop_join_node.cpp    |  49 +-
 be/src/vec/exec/join/vnested_loop_join_node.h      |  16 +
 be/src/vec/exec/scan/scanner_context.cpp           |   4 +
 be/src/vec/exec/scan/scanner_context.h             |   2 +-
 be/src/vec/exec/scan/scanner_scheduler.cpp         |  18 +-
 be/src/vec/exec/scan/vscanner.cpp                  |   3 +-
 21 files changed, 1066 insertions(+), 92 deletions(-)


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

Reply via email to