kaka11chen commented on code in PR #16818: URL: https://github.com/apache/doris/pull/16818#discussion_r1111416638
########## be/src/vec/columns/column_string.h: ########## @@ -280,6 +280,52 @@ class ColumnString final : public COWHelper<IColumn, ColumnString> { } } +#define MAX_STRINGS_OVERFLOW_SIZE 128 + template <typename T, size_t copy_length> + void insert_many_strings_fixed_length(const StringRef* strings, size_t num) + __attribute__((noinline)); + + template <size_t copy_length> + void insert_many_strings_fixed_length(const StringRef* strings, size_t num) { Review Comment: OK. I will add it in the next PR. -- 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