Veeupup commented on code in PR #8140:
URL: https://github.com/apache/arrow-datafusion/pull/8140#discussion_r1392607419
##########
datafusion/physical-expr/src/array_expressions.rs:
##########
@@ -579,6 +579,44 @@ pub fn array_pop_back(args: &[ArrayRef]) ->
Result<ArrayRef> {
)
}
+pub fn gen_range(args: &[ArrayRef]) -> Result<ArrayRef> {
Review Comment:
thanks for your advice! docstring has been added!
--
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]