| 703 | int64_t RowGroupMetaData::num_rows() const { return impl_->num_rows(); } |
| 704 | |
| 705 | int64_t RowGroupMetaData::total_byte_size() const { return impl_->total_byte_size(); } |
| 706 | |
| 707 | int64_t RowGroupMetaData::total_compressed_size() const { |
| 708 | return impl_->total_compressed_size(); |
no outgoing calls