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
### Rationale for this change
[arrow::BinaryViewArray](https://arrow.apache.org/docs/cpp/api/array.html#_CPPv4N5arrow15BinaryViewArrayE) is available in the C++ API.
But, GLib doesn't support that method yet.
### What changes are included in this PR?
Add `GArrowBinaryViewArray` for wrapping `arrow::BinaryViewArray` class
### Are these changes tested?
Yes.
### Are there any user-facing changes?
Yes.
* GitHub Issue: #45649
Lead-authored-by: Hiroyuki Sato <[email protected]>
Co-authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
Describe the enhancement requested
Add
GArrowBinaryView
for wrapping the BinaryViewArray class.Component(s)
GLib
The text was updated successfully, but these errors were encountered: