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/06/29 12:57:27 UTC

[GitHub] [doris] yinzhijian commented on a diff in pull request #10467: [Bug][Vectorized] Support array function in where pre in volap_scan_node

yinzhijian commented on code in PR #10467:
URL: https://github.com/apache/doris/pull/10467#discussion_r909598103


##########
be/src/exprs/array_functions.cpp:
##########
@@ -41,4 +41,8 @@ void ArrayFunctions::init() {}
 ARRAY_FUNCTION(IntVal, TYPE_INT);
 ARRAY_FUNCTION(StringVal, TYPE_VARCHAR);
 
+doris_udf::AnyVal array_fake_fucntion(FunctionContext* context) {

Review Comment:
   ```suggestion
   doris_udf::AnyVal array_fake_function(FunctionContext* context) {
   ```



-- 
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