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

Function cdbexplain_agg_init0

src/include/cdb/cdbexplain.h:34–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32} CdbExplain_Agg;
33
34static inline void
35cdbexplain_agg_init0(CdbExplain_Agg *agg)
36{
37 agg->vmax = 0;
38 agg->vsum = 0;
39 agg->vcnt = 0;
40 agg->imax = 0;
41}
42
43static inline bool
44cdbexplain_agg_upd(CdbExplain_Agg *agg, double v, int id)

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected