Open
Description
some UDFs may has mutiple doc string, each for different parameters type. The problem is for udf doc gen, it is unclear which doc string to publish in the generated doc (as the document only has one entry for each, it selects random one). Refer the PR #2734 .
know problem udfs
- ilike_match
- like_match
- regexp_like
- string
- substring
- or anything else you find
Solution
merge the multiple doc strings into single one, with all informations included. See how dayofyear implemented:
OpenMLDB/hybridse/src/udf/default_udf_library.cc
Lines 2178 to 2210 in c1d5e1d