Commits


Hiroyuki Sato authored and GitHub committed 11c11a48234
GH-44603: [GLib] Add GArrowDecimal64Array and GArrowDecimal64ArrayBuilder (#44605) ### Rationale for this change The `arrow::Decimal64Array` has been released. The `GArrowDecimal64Array` class must be implemented in the GLib. ### What changes are included in this PR? * Implement `GArrowDecimal64Array` * Implement `GArrowDecimal64ArrayBuilder` ### Are these changes tested? YES ### Are there any user-facing changes? NO * GitHub Issue: #44603 Authored-by: Hiroyuki Sato <hiroysato@gmail.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>