| 66 | } |
| 67 | |
| 68 | int64_t RowGroupWriter::total_compressed_bytes_written() const { |
| 69 | return contents_->total_compressed_bytes_written(); |
| 70 | } |
| 71 | |
| 72 | RowGroupWriter::BufferedStats RowGroupWriter::estimated_buffered_stats() const { |
| 73 | return contents_->EstimatedBufferedStats(); |
no outgoing calls