MCPcopy Create free account
hub / github.com/apache/cloudberry / initSimpleStats

Function initSimpleStats

src/bin/pgbench/pgbench.c:1256–1260  ·  view source on GitHub ↗

* Initialize the given SimpleStats struct to all zeroes */

Source from the content-addressed store, hash-verified

1254 * Initialize the given SimpleStats struct to all zeroes
1255 */
1256static void
1257initSimpleStats(SimpleStats *ss)
1258{
1259 memset(ss, 0, sizeof(SimpleStats));
1260}
1261
1262/*
1263 * Accumulate one value into a SimpleStats struct.

Callers 3

initStatsFunction · 0.85
create_sql_commandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected