| 31 | table_basic_pb.set_row_count(row_count); |
| 32 | } |
| 33 | int64_t StatsTableBasic::getRowCount() const |
| 34 | { |
| 35 | return table_basic_pb.row_count(); |
| 36 | } |
| 37 | |
| 38 | void StatsTableBasic::setTimestamp(DateTime64 timestamp) |
| 39 | { |
no outgoing calls
no test coverage detected