Skip to content

[C++] Ensure compatibility between std::span and arrow::util::span #36612

@pitrou

Description

@pitrou

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++

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions