arrow::util::span (a backport of C++20 std::span) is more generally applicable than std::vector, so any public API currently accepting a vector const-ref argument should instead accept a span argument.
This could be broken down into several subtasks or PRs if deemed convenient.
Describe the enhancement requested
arrow::util::span
(a backport of C++20std::span
) is more generally applicable thanstd::vector
, so any public API currently accepting avector
const-ref argument should instead accept aspan
argument.This could be broken down into several subtasks or PRs if deemed convenient.
Component(s)
C++