Commits

Antoine Pitrou authored a64f5905dd0
ARROW-7982: [C++] Add function VisitArrayDataInline() helper Avoids the hassle of defining a dedicated struct with ArrayDataVisitor. Closes #6535 from pitrou/ARROW-7982-data-visitor and squashes the following commits: 351812e6c <Antoine Pitrou> ARROW-7982: Add function VisitArrayDataInline() helper Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>