Skip to content

[C++] Add arrow::ArrayStatistics #41909

@kou

Description

@kou

Describe the enhancement requested

An Arrow array doesn't have statistics but Arrow array source such as Parquet column may have statistics.
We can get the source statistics via source reader such as parquet::ColumnChunkMetaData::statistics() (parquet::ParquetFileReader::metadata()->RowGroup(X)->ColumnChunk(Y)->statistics()) but can't get read Arrow array (e.g. parquet::arrow::FileReader::ReadColumn()).

How about adding arrow::ArrayStatistics or something and attaching source statistics to arrow::Array?

Component(s)

C++

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions