Commits


Yosuke Shiro authored and Sutou Kouhei committed c1090a34774
ARROW-6286: [GLib] Add support for LargeList type This PR add support for `GArrowLargeListArrayBuilder`, `GArrowLargeListArray`, and `GArrowLargeListDataType`. Closes #5710 from shiro615/glib-large-list and squashes the following commits: d32785694 <Sutou Kouhei> Use release_ownership() 8ad764506 <Yosuke Shiro> Use value_slice() instead of values()->Slice() 6ef9ff7bd <Yosuke Shiro> Add support for LargeList type Lead-authored-by: Yosuke Shiro <yosuke.shiro615@gmail.com> Co-authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>