jayzhan211 commented on code in PR #9425:
URL: https://github.com/apache/arrow-datafusion/pull/9425#discussion_r1510121510
##########
datafusion/functions-array/src/kernels.rs:
##########
@@ -319,3 +316,125 @@ pub fn gen_range(
)?);
Ok(arr)
}
+
+/// Returns the length of each array dimension
Review Comment:
I think the difficult part is naming the category name. Like `array_append`,
`array_prepend` and `array_concat`. Should we name it `mutable`? How about
pop_front and pop_back.
--
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]