This is an automated email from the ASF dual-hosted git repository.
panxiaolei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from ff319b2d1d9 [fix](Nereids) self join not always could do colocate join
(#54323)
add 3e22afe616d [refine](cast) Add the line processing function of cast to
string (#54301)
No new revisions were added by this update.
Summary of changes:
be/src/vec/data_types/data_type_date.cpp | 6 +-
.../data_types/data_type_date_or_datetime_v2.cpp | 11 +-
be/src/vec/data_types/data_type_date_time.cpp | 7 +-
be/src/vec/data_types/data_type_decimal.cpp | 13 +-
be/src/vec/data_types/data_type_ipv4.cpp | 4 +-
be/src/vec/data_types/data_type_ipv6.cpp | 4 +-
be/src/vec/data_types/data_type_number.cpp | 16 +-
be/src/vec/data_types/data_type_time.cpp | 3 +-
be/src/vec/functions/cast/cast_to_string.h | 255 ++++++++++++++++++++-
be/src/vec/functions/cast/cast_to_variant.h | 4 +-
.../vec/function/cast/cast_to_string_api_test.cpp | 141 ++++++++++++
11 files changed, 413 insertions(+), 51 deletions(-)
create mode 100644 be/test/vec/function/cast/cast_to_string_api_test.cpp
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]