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