You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/07/27 04:00:13 UTC

[GitHub] [doris] cambyzju commented on a diff in pull request #11213: [feature-wip](array-type) support the array type in reverse function

cambyzju commented on code in PR #11213:
URL: https://github.com/apache/doris/pull/11213#discussion_r930595959


##########
gensrc/script/doris_builtins_functions.py:
##########
@@ -297,6 +297,20 @@
     [['array_intersect'], 'ARRAY_VARCHAR',   ['ARRAY_VARCHAR', 'ARRAY_VARCHAR'], '', '', '', 'vec', ''],
     [['array_intersect'], 'ARRAY_STRING',    ['ARRAY_STRING', 'ARRAY_STRING'], '', '', '', 'vec', ''],
 
+    # reverse function support the array type

Review Comment:
   reverse for string and varchar type, also put here together with array type



-- 
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-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org