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

Function ExecEvalRowNotNull

src/backend/executor/execExprInterp.c:2693–2697  ·  view source on GitHub ↗

* Evaluate NullTest / IS NOT NULL for rows. */

Source from the content-addressed store, hash-verified

2691 * Evaluate NullTest / IS NOT NULL for rows.
2692 */
2693void
2694ExecEvalRowNotNull(ExprState *state, ExprEvalStep *op, ExprContext *econtext)
2695{
2696 ExecEvalRowNullInt(state, op, econtext, false);
2697}
2698
2699/* Common code for IS [NOT] NULL on a row value */
2700static void

Callers 1

ExecInterpExprFunction · 0.85

Calls 1

ExecEvalRowNullIntFunction · 0.85

Tested by

no test coverage detected