Commits


Sutou Kouhei authored and Yosuke Shiro committed 1cd12ab3149
ARROW-6285: [GLib] Add support for LargeBinary and LargeString types This PR add support `LargeBinary` and `LargeString` types. These support the functions of `#GArrowString{Array, DataType}`, `#GArrowBinary{Array, DataType}`. Closes #5113 from shiro615/glib-large-binary-and-large-string and squashes the following commits: c49124517 <Sutou Kouhei> Update version f34b177fd <Sutou Kouhei> Use @ for parameters 769d7dcb0 <Sutou Kouhei> Add append_value_bytes() to binary array builder family 50412767d <Sutou Kouhei> Fix order 89af67611 <Sutou Kouhei> Update version c7e244c0a <Sutou Kouhei> Fix parent b1552da4c <Sutou Kouhei> Add append_values() and append_nulls() to binary and string family builders 4a28719f9 <Yosuke Shiro> Use the same enum values as arrow::Type::type 16592722e <Yosuke Shiro> Fix DataType as parent 1e43a9bd1 <Yosuke Shiro> Support value length for garrow_large_string_array_builder_append_value() e6f5de590 <Yosuke Shiro> Support value length for garrow_large_string_array_builder_append_values() 0f9374569 <Yosuke Shiro> Add support for LargeBinary and LargeString types Lead-authored-by: Sutou Kouhei <kou@clear-code.com> Co-authored-by: Yosuke Shiro <yosuke.shiro615@gmail.com> Signed-off-by: Yosuke Shiro <yosuke.shiro615@gmail.com>