MCPcopy Create free account
hub / github.com/ByConity/ByConity / getTimestamp

Method getTimestamp

src/Statistics/StatsTableBasic.cpp:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43DateTime64 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
50String StatsTableBasic::serializeToJson() const
51{

Callers 4

writePartMetricsMethod · 0.45
toPlanNodeStatisticsMethod · 0.45
getTableStatsFromCatalogFunction · 0.45
getVersionFunction · 0.45

Calls 1

timestampMethod · 0.80

Tested by

no test coverage detected