ZhangHuiGui commented on code in PR #41295:
URL: https://github.com/apache/arrow/pull/41295#discussion_r1571985069
##########
cpp/src/arrow/compute/kernels/codegen_internal.cc:
##########
@@ -57,8 +57,14 @@ Result<TypeHolder> LastType(KernelContext*, const
std::vector<TypeHolder>& types
}
Result<TypeHolder> ListValuesType(KernelContext*, const
std::vector<TypeHolder>& args) {
Review Comment:
The function `ListValuesType` is an output resolver(callback). I think we
could get `recursive` from `KernelContext` like `ListFlatten` in
vector_nested.cc ?
--
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]