This is an automated email from the ASF dual-hosted git repository.
xuyang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from f099b7d7b5 [Doc](typo) Remove redundant symbols and Fix some
misspelled words (#17609)
add 5d3de05976 [feature](map) basic functions for map datatype (#16916)
No new revisions were added by this update.
Summary of changes:
be/src/vec/CMakeLists.txt | 1 +
be/src/vec/columns/column_map.h | 17 +-
be/src/vec/functions/function_map.cpp | 330 +++++++
be/src/vec/functions/simple_function_factory.h | 2 +
.../java/org/apache/doris/catalog/ArrayType.java | 10 +-
.../java/org/apache/doris/catalog/MapType.java | 15 +-
.../apache/doris/analysis/FunctionCallExpr.java | 11 +
gensrc/script/doris_builtins_functions.py | 13 +-
.../stream_load/test_map_load_and_function.out | 998 +++++++++++++++++++++
.../stream_load/test_map_load_and_function.groovy | 87 ++
10 files changed, 1470 insertions(+), 14 deletions(-)
create mode 100644 be/src/vec/functions/function_map.cpp
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]