morrySnow commented on code in PR #24682: URL: https://github.com/apache/doris/pull/24682#discussion_r1332391644
########## fe/fe-core/src/main/java/org/apache/doris/analysis/LambdaFunctionCallExpr.java: ########## @@ -45,6 +45,7 @@ public class LambdaFunctionCallExpr extends FunctionCallExpr { public static final ImmutableSet<String> LAMBDA_MAPPED_FUNCTION_SET = new ImmutableSortedSet.Builder( String.CASE_INSENSITIVE_ORDER).add("array_exists").add("array_sortby") .add("array_first_index").add("array_last_index").add("array_first").add("array_last").add("array_count") + .add("element_at") Review Comment: element_at is labmda function? ########## fe/fe-core/src/main/java/org/apache/doris/analysis/LambdaFunctionCallExpr.java: ########## @@ -45,6 +45,7 @@ public class LambdaFunctionCallExpr extends FunctionCallExpr { public static final ImmutableSet<String> LAMBDA_MAPPED_FUNCTION_SET = new ImmutableSortedSet.Builder( String.CASE_INSENSITIVE_ORDER).add("array_exists").add("array_sortby") .add("array_first_index").add("array_last_index").add("array_first").add("array_last").add("array_count") + .add("element_at") Review Comment: element_at is labmda 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