Commits


Hiroyuki Sato authored and GitHub committed e32f56b4781
GH-44762: [GLib] Add garrow_table_validate_full() (#45468) ### Rationale for this change [Table::ValidateFull](https://arrow.apache.org/docs/cpp/api/table.html#_CPPv4NK5arrow5Table12ValidateFullEv) available in the C++ API. But, GLib doesn't support that method yet. ### What changes are included in this PR? This PR adds a full validation method to the table class. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * GitHub Issue: #44762 Lead-authored-by: Hiroyuki Sato <hiroysato@gmail.com> Co-authored-by: Sutou Kouhei <kou@cozmixng.org> Signed-off-by: Sutou Kouhei <kou@clear-code.com>