You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Component(s)
C++
The text was updated successfully, but these errors were encountered:
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++
The text was updated successfully, but these errors were encountered: