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 2022/06/16 03:11:01 UTC

[incubator-doris] branch master updated (4b9d500425 -> 28e8effc52)

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/incubator-doris.git


    from 4b9d500425 [improvement](profile) Add table name and predicates (#10093)
     add 28e8effc52 [Refactor] Refactor vectorized scan node (#9968)

No new revisions were added by this update.

Summary of changes:
 be/src/exec/olap_scan_node.h           |    2 +-
 be/src/exprs/expr_context.h            |    5 +
 be/src/vec/exec/vbroker_scan_node.cpp  |  121 +++-
 be/src/vec/exec/vbroker_scan_node.h    |   66 +-
 be/src/vec/exec/ves_http_scan_node.cpp |  276 ++++++++-
 be/src/vec/exec/ves_http_scan_node.h   |   70 ++-
 be/src/vec/exec/vmysql_scan_node.cpp   |  142 ++++-
 be/src/vec/exec/vmysql_scan_node.h     |   57 +-
 be/src/vec/exec/vodbc_scan_node.cpp    |  125 +++-
 be/src/vec/exec/vodbc_scan_node.h      |   72 ++-
 be/src/vec/exec/volap_scan_node.cpp    | 1058 +++++++++++++++++++++++++++++++-
 be/src/vec/exec/volap_scan_node.h      |  244 +++++++-
 be/src/vec/exec/volap_scanner.cpp      |  329 +++++++++-
 be/src/vec/exec/volap_scanner.h        |  112 +++-
 be/src/vec/exec/vschema_scan_node.cpp  |  202 +++++-
 be/src/vec/exec/vschema_scan_node.h    |   48 +-
 16 files changed, 2873 insertions(+), 56 deletions(-)


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