HappenLee commented on code in PR #54928:
URL: https://github.com/apache/doris/pull/54928#discussion_r2285002455


##########
be/src/util/simd/vstring_function.h:
##########
@@ -202,6 +202,17 @@ class VStringFunctions {
         return {p - begin, i};
     }
 
+    static inline size_t iterate_utf8_with_start_limit(const char* begin, 
const char* end,

Review Comment:
   `iterate_utf8_with_start_limit ` not need, we can call 
iterate_utf8_with_limit_length and get first



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to