imay commented on a change in pull request #1451: Add string function split_part URL: https://github.com/apache/incubator-doris/pull/1451#discussion_r301610045
########## File path: be/src/exprs/string_functions.cpp ########## @@ -761,4 +761,63 @@ StringVal StringFunctions::money_format(FunctionContext *context, const LargeInt return do_money_format(context, ss.str()); } +static int index_of(const uint8_t* source, int sourceOffset, int sourceCount, Review comment: source_offset ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org For additional commands, e-mail: dev-h...@doris.apache.org