| 41 | } |
| 42 | |
| 43 | DateTime64 StatsTableBasic::getTimestamp() const |
| 44 | { |
| 45 | DateTime64 result; |
| 46 | result.value = table_basic_pb.has_timestamp() ? table_basic_pb.timestamp() : 0; |
| 47 | return result; |
| 48 | } |
| 49 | |
| 50 | String StatsTableBasic::serializeToJson() const |
| 51 | { |
no test coverage detected