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

Function ExecEvalRowNull

src/backend/executor/execExprInterp.c:2684–2688  ·  view source on GitHub ↗

* Evaluate NullTest / IS NULL for rows. */

Source from the content-addressed store, hash-verified

2682 * Evaluate NullTest / IS NULL for rows.
2683 */
2684void
2685ExecEvalRowNull(ExprState *state, ExprEvalStep *op, ExprContext *econtext)
2686{
2687 ExecEvalRowNullInt(state, op, econtext, true);
2688}
2689
2690/*
2691 * Evaluate NullTest / IS NOT NULL for rows.

Callers 1

ExecInterpExprFunction · 0.85

Calls 1

ExecEvalRowNullIntFunction · 0.85

Tested by

no test coverage detected