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

Function advance_counts

src/backend/executor/nodeSetOp.c:88–95  ·  view source on GitHub ↗

* Advance the appropriate counter for one input tuple. */

Source from the content-addressed store, hash-verified

86 * Advance the appropriate counter for one input tuple.
87 */
88static inline void
89advance_counts(SetOpStatePerGroup pergroup, int flag)
90{
91 if (flag)
92 pergroup->numRight++;
93 else
94 pergroup->numLeft++;
95}
96
97/*
98 * Fetch the "flag" column from an 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