cambyzju commented on a change in pull request #8475: URL: https://github.com/apache/incubator-doris/pull/8475#discussion_r830778423
########## File path: gensrc/script/doris_builtins_functions.py ########## @@ -114,12 +114,30 @@ [['array'], 'ARRAY', ['ARRAY', '...'], '', '', '', '', ''], [['array'], 'ARRAY', ['MAP', '...'], '', '', '', '', ''], [['array'], 'ARRAY', ['STRUCT', '...'], '', '', '', '', ''], - [['%element_extract%'], 'VARCHAR', ['ARRAY', 'INT'], '', '', '', '', ''], - [['%element_extract%'], 'VARCHAR', ['ARRAY', 'VARCHAR'], '', '', '', '', ''], [['%element_extract%'], 'VARCHAR', ['MAP', 'VARCHAR'], '', '', '', '', ''], [['%element_extract%'], 'VARCHAR', ['MAP', 'INT'], '', '', '', '', ''], [['%element_extract%'], 'VARCHAR', ['STRUCT', 'INT'], '', '', '', '', ''], [['%element_extract%'], 'VARCHAR', ['STRUCT', 'VARCHAR'], '', '', '', '', ''], + + [['element_at', '%element_extract%'], 'TINYINT', ['ARRAY_TINYINT', 'INT'], Review comment: %element_extract% maybe used to avoid user call directly -- 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