niyue commented on code in PR #39441: URL: https://github.com/apache/arrow/pull/39441#discussion_r1443565871
########## cpp/src/gandiva/gdv_function_stubs.h: ########## @@ -384,4 +384,13 @@ const char* mask_utf8_utf8(int64_t context, const char* in, int32_t length, GANDIVA_EXPORT const char* mask_utf8(int64_t context, const char* in, int32_t length, int32_t* out_len); + +bool gdv_fn_regexp_like_utf8_uft8(int64_t holder_ptr, const char* source_string, Review Comment: `GANDIVA_EXPORT` could be used for declaring visibility like functions above -- 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]
