izveigor commented on code in PR #7313:
URL: https://github.com/apache/arrow-datafusion/pull/7313#discussion_r1297419229
##########
datafusion/physical-expr/src/array_expressions.rs:
##########
@@ -986,6 +986,36 @@ macro_rules! general_repeat_list {
}};
}
+/// Array_empty SQL function
+pub fn array_empty(args: &[ArrayRef]) -> Result<ArrayRef> {
Review Comment:
@Weijun-H can you please add the description of the feature in docs:
`docs/source/user-guide/expressions.md` and
`docs/source/user-guide/sql/scalar_functions.md`?
--
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]