pitrou commented on code in PR #36891:
URL: https://github.com/apache/arrow/pull/36891#discussion_r1434345439
##########
cpp/src/arrow/array/data.h:
##########
@@ -564,4 +565,128 @@ Result<std::shared_ptr<ArrayData>> GetArrayView(const
std::shared_ptr<ArrayData>
const
std::shared_ptr<DataType>& type);
} // namespace internal
+
+struct ARROW_EXPORT ConcreteArraySpan {
Review Comment:
@felipecrv What do you think about these API additions? They look like a
reasonable addition me.
--
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]