| 516 | } |
| 517 | |
| 518 | std::shared_ptr<EncodedStatistics> ColumnChunkMetaData::encoded_statistics() const { |
| 519 | return impl_->encoded_statistics(); |
| 520 | } |
| 521 | |
| 522 | std::shared_ptr<Statistics> ColumnChunkMetaData::statistics() const { |
| 523 | return impl_->statistics(); |
no outgoing calls