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


    from b2c0a407a83 [bugfix](docs)Fix some spelling mistakes in english doc 
(#31241)
     add 0544f23f2d3 [Improve](InPredict) enhance in predict with struct type 
(#30840)

No new revisions were added by this update.

Summary of changes:
 be/src/vec/exprs/vin_predicate.cpp                 |   3 +
 .../{function_cast.cpp => function_struct_in.cpp}  |  11 +-
 be/src/vec/functions/function_struct_in.h          | 169 +++++++++++++++++++++
 be/src/vec/functions/in.h                          |   3 +-
 be/src/vec/functions/simple_function_factory.h     |   2 +
 be/test/vec/columns/column_hash_func_test.cpp      |  26 ++++
 .../nereids/trees/expressions/InPredicate.java     |  10 ++
 .../doris/nereids/util/TypeCoercionUtils.java      |  11 +-
 .../nereids_syntax_p0/inpredicate_with_struct.out  |  19 +++
 ...pdiff.groovy => inpredicate_with_struct.groovy} |  35 ++---
 10 files changed, 264 insertions(+), 25 deletions(-)
 copy be/src/vec/functions/{function_cast.cpp => function_struct_in.cpp} (79%)
 create mode 100644 be/src/vec/functions/function_struct_in.h
 create mode 100644 
regression-test/data/nereids_syntax_p0/inpredicate_with_struct.out
 copy regression-test/suites/nereids_syntax_p0/{test_timestampdiff.groovy => 
inpredicate_with_struct.groovy} (52%)


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

Reply via email to