Commits


Benjamin Kietzman authored and GitHub committed 94fc124288a
GH-36099: [C++] Add Utf8View and BinaryView to the c ABI (#38443) ### Rationale for this change Utf8View and BinaryView should be added to the c ABI spec and to the c++ library's importer/exporter. ### Are these changes tested? Yes, minimally ### Are there any user-facing changes? View arrays will be importable/exportable through the c ABI in c++ * Closes: #36099 Authored-by: Benjamin Kietzman <bengilgit@gmail.com> Signed-off-by: Benjamin Kietzman <bengilgit@gmail.com>