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

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


    from dfa8ba24e32 [fix](nereids)  legacy expr clone need update 
nullableFromNereids (#56552)
     add ad311b8af7e [feature](function) support from/to_hex fucntion (#56410)

No new revisions were added by this update.

Summary of changes:
 be/src/vec/functions/function_hex.cpp              |  29 ++--
 be/src/vec/functions/function_string.cpp           | 126 ++++++-----------
 be/src/vec/functions/function_varbinary.cpp        | 153 +++++++++++++++++++++
 be/src/vec/functions/simple_function_factory.h     |   2 +
 be/src/vec/functions/string_hex_util.h             |  84 +++++++++++
 .../doris/catalog/BuiltinScalarFunctions.java      |   4 +
 .../scalar/{UnhexNull.java => FromBinary.java}     |  21 ++-
 .../scalar/{UnhexNull.java => ToBinary.java}       |  21 ++-
 .../expressions/visitor/ScalarFunctionVisitor.java |  10 ++
 .../binary_functions/test_binary_hex_function.out  |  83 +++++++++++
 .../test_binary_hex_function.groovy                |  56 ++++++++
 11 files changed, 460 insertions(+), 129 deletions(-)
 create mode 100644 be/src/vec/functions/function_varbinary.cpp
 create mode 100644 be/src/vec/functions/string_hex_util.h
 copy 
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/{UnhexNull.java
 => FromBinary.java} (78%)
 copy 
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/{UnhexNull.java
 => ToBinary.java} (78%)
 create mode 100644 
regression-test/data/query_p0/sql_functions/binary_functions/test_binary_hex_function.out
 create mode 100644 
regression-test/suites/query_p0/sql_functions/binary_functions/test_binary_hex_function.groovy


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

Reply via email to