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

Function cdbexplain_agg_avg

src/include/cdb/cdbexplain.h:62–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62static inline double
63cdbexplain_agg_avg(CdbExplain_Agg *agg)
64{
65 return (agg->vcnt > 0) ? agg->vsum / agg->vcnt
66 : 0;
67}
68
69
70/*

Callers 5

cdbexplain_showExecStatsFunction · 0.85
ExecHashTableExplainEndFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected