ZhangHuiGui commented on code in PR #41092:
URL: https://github.com/apache/arrow/pull/41092#discussion_r1559554038
##########
cpp/src/arrow/array/array_nested.h:
##########
@@ -189,6 +189,11 @@ class ARROW_EXPORT ListArray : public
BaseListArray<ListType> {
Result<std::shared_ptr<Array>> Flatten(
MemoryPool* memory_pool = default_memory_pool()) const;
+ /// \brief Flatten all level recursively until reach a non-list type, and
return a
+ /// non-list type Array.
Review Comment:
Agree! It's much clear.
--
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]