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

Method getRowCount

src/Statistics/StatsTableBasic.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 13

expandToCurrentFunction · 0.45
toPlanNodeStatisticsMethod · 0.45
getTableStatsFromCatalogFunction · 0.45
collectStatsOnTargetFunction · 0.45
printStatisticsMethod · 0.45
printQErrorMethod · 0.45
setStepStatisticMethod · 0.45
mapMethod · 0.45
visitJoinNodeMethod · 0.45
buildMethod · 0.45
getTableFormattedOutputFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected