Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
static inline double
63
cdbexplain_agg_avg(CdbExplain_Agg *agg)
64
{
65
return (agg->vcnt > 0) ? agg->vsum / agg->vcnt
66
: 0;
67
}
68
69
70
/*
Callers
5
cdbexplain_depositStatsToNode
Function · 0.85
cdbexplain_showExecStats
Function · 0.85
gpexplain_formatSlicesOutput
Function · 0.85
ExecHashTableExplainEnd
Function · 0.85
ExecHashTableExplainBatches
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected