| 62 | } |
| 63 | |
| 64 | int64_t RowGroupWriter::total_bytes_written() const { |
| 65 | return contents_->total_bytes_written(); |
| 66 | } |
| 67 | |
| 68 | int64_t RowGroupWriter::total_compressed_bytes_written() const { |
| 69 | return contents_->total_compressed_bytes_written(); |
no outgoing calls