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

Function ExecQualAndReset

src/include/executor/executor.h:465–473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

463 */
464#ifndef FRONTEND
465static inline bool
466ExecQualAndReset(ExprState *state, ExprContext *econtext)
467{
468 bool ret = ExecQual(state, econtext);
469
470 /* inline ResetExprContext, to avoid ordering issue in this file */
471 MemoryContextReset(econtext->ecxt_per_tuple_memory);
472 return ret;
473}
474#endif
475
476extern bool ExecCheck(ExprState *state, ExprContext *context);

Callers 15

TupleHashTableMatchFunction · 0.85
setop_retrieve_directFunction · 0.85
IndexOnlyNextFunction · 0.85
ExecUniqueFunction · 0.85
spool_tuplesFunction · 0.85
are_peersFunction · 0.85
ExecScanHashBucketFunction · 0.85
ExecResultFunction · 0.85
MemoizeHash_equalFunction · 0.85
ExecLimit_gutsFunction · 0.85

Calls 2

ExecQualFunction · 0.85
MemoryContextResetFunction · 0.85

Tested by

no test coverage detected