superdiaodiao opened a new pull request, #39354:
URL: https://github.com/apache/doris/pull/39354

   ## Proposed changes
   
   Issue Number: close #xxx
   
   <!--Describe your changes.-->
   
   refactor part of BE code of **multi_match_any** function by:
   1. optimize the head files from deprecated C++ header 'stddef.h' to 'cstddef'
   2. use readability-qualified-auto
   3. use readability-braces-around-statements
   4. extract common codes of `vector_constant()` and `vector_vector()`into two 
functions: 
   `prepare_regexps_and_scratch()` and `on_match()`
   5. simplify codes of `execute_impl()` dealing with null input by:
   removing two rarely used variables `haystack_nullable` and 
`needles_nullable`; 
   adding the function `handle_nullable_column()`
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to