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

Function ExecEvalExpr

src/include/executor/executor.h:358–364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356 */
357#ifndef FRONTEND
358static inline Datum
359ExecEvalExpr(ExprState *state,
360 ExprContext *econtext,
361 bool *isNull)
362{
363 return state->evalfunc(state, econtext, isNull);
364}
365#endif
366
367/*

Callers 15

process_query_paramsFunction · 0.85
exec_eval_simple_exprFunction · 0.85
do_cast_valueFunction · 0.85
make_build_dataFunction · 0.85
array_mapFunction · 0.85
NextCopyFromXFunction · 0.85
ATRewriteTableFunction · 0.85
slot_fill_defaultsFunction · 0.85
evalHashKeyFunction · 0.85
MJEvalOuterValuesFunction · 0.85
MJEvalInnerValuesFunction · 0.85
RuntimeFilterTupleNextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected