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

Function initialize_counts

src/backend/executor/nodeSetOp.c:79–83  ·  view source on GitHub ↗

* Initialize state for a new group of input values. */

Source from the content-addressed store, hash-verified

77 * Initialize state for a new group of input values.
78 */
79static inline void
80initialize_counts(SetOpStatePerGroup pergroup)
81{
82 pergroup->numLeft = pergroup->numRight = 0;
83}
84
85/*
86 * Advance the appropriate counter for one input tuple.

Callers 2

setop_retrieve_directFunction · 0.85
setop_fill_hash_tableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected