| 58 | ColumnWriter* RowGroupWriter::column(int i) { return contents_->column(i); } |
| 59 | |
| 60 | int64_t RowGroupWriter::total_compressed_bytes() const { |
| 61 | return contents_->total_compressed_bytes(); |
| 62 | } |
| 63 | |
| 64 | int64_t RowGroupWriter::total_bytes_written() const { |
| 65 | return contents_->total_bytes_written(); |
no outgoing calls