| 39 | void RowReaderImpl::SetTimestamp(int64_t ts) { SetTimeRange(ts, ts); } |
| 40 | |
| 41 | int64_t RowReaderImpl::GetTimestamp() { return ts_start_; } |
| 42 | |
| 43 | void RowReaderImpl::AddColumnFamily(const std::string& cf_name) { family_map_[cf_name].clear(); } |
| 44 |
no outgoing calls
no test coverage detected