| 56 | ColumnWriter* RowGroupWriter::NextColumn() { return contents_->NextColumn(); } |
| 57 | |
| 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(); |
no outgoing calls