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