Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[C++][Parquet] Provide std::optional-based APIs for statistics #37065

@pitrou

Description

@pitrou

Describe the enhancement requested

Currently, our Statistics classes use a cumbersome mix of HasXXX() and xxx() accessors. It would be nice to instead use the more idiomatic C++17 std::optional.

This transition is made more cumbersome by EncodedStatistics, which directly exposes those attributes instead of providing accessors.

Component(s)

C++

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions