Describe the enhancement requested
It would be nice to ensure compatibility between std::span and our own implementation arrow::util::span, if the former is present (which can be detected using feature testing -- see __cpp_lib_span).
Then we'll be able to use span more widely in our public APIs.
Component(s)
C++