Weijun-H commented on code in PR #9504:
URL: https://github.com/apache/arrow-datafusion/pull/9504#discussion_r1518470552
##########
datafusion/functions-array/src/udf.rs:
##########
@@ -392,3 +397,259 @@ impl ScalarUDFImpl for ArrayNdims {
&self.aliases
}
}
+
+make_udf_function!(
+ ArrayAppend,
+ array_append,
+ array element, // arg name
+ "appends an element to the end of an array.", // doc
+ array_append_udf // internal function name
Review Comment:
I believe that we can get rid of these comments since the structure is
apparent.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]