Commits


Yosuke Shiro authored and Sutou Kouhei committed 12aa05ac2d3
ARROW-7742: [GLib] Add support for MapArray This PR add support for `GArrowMapArrayBuilder`, `GArrowMapArray`, and `GArrowMapDataType`. Closes #6436 from shiro615/glib-map-array and squashes the following commits: 4d8413437 <Yosuke Shiro> Add (nullable) annotation c4ab44ce6 <Yosuke Shiro> Improve documentation 6bae2da15 <Yosuke Shiro> Fix variable scope 2db503b83 <Yosuke Shiro> Use std::static_pointer_cast ee7a84633 <Yosuke Shiro> Fix a variable name 2dcf70a53 <Yosuke Shiro> Add NULL check 045078ece <Yosuke Shiro> Improve documentation 7c3618e81 <Yosuke Shiro> Use auto 62453c88a <Yosuke Shiro> Use garrow::check() 762b31aae <Yosuke Shiro> Add support for MapArray Authored-by: Yosuke Shiro <yosuke.shiro615@gmail.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>