Commits


Sutou Kouhei authored and GitHub committed 192d232d41f
GH-44008: [C++][Parquet] Add support for arrow::ArrayStatistics: boolean (#44009) ### Rationale for this change Statistics is useful for fast processing. Target types: * `Boolean` ### What changes are included in this PR? Map `ColumnChunkMetaData` information to `arrow::ArrayStatistics`. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * GitHub Issue: #44008 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>