HappenLee commented on code in PR #33741: URL: https://github.com/apache/doris/pull/33741#discussion_r1569855074
########## be/test/vec/function/function_test_util.h: ########## @@ -352,4 +352,36 @@ Status check_function(const std::string& func_name, const InputTypeSet& input_ty return Status::OK(); } +using BaseInputTypeSet = std::vector<TypeIndex>; + Review Comment: add some comment: what different with `arg_comb` and `check_function` -- 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