|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Data Fields | |
| struct ExprContext_CB * | next |
| ExprContextCallbackFunction | function |
| Datum | arg |
Definition at line 237 of file execnodes.h.
| Datum ExprContext_CB::arg |
Definition at line 241 of file execnodes.h.
Referenced by RegisterExprContextCallback(), ShutdownExprContext(), and UnregisterExprContextCallback().
| ExprContextCallbackFunction ExprContext_CB::function |
Definition at line 240 of file execnodes.h.
Referenced by RegisterExprContextCallback(), ShutdownExprContext(), and UnregisterExprContextCallback().
| struct ExprContext_CB* ExprContext_CB::next |
Definition at line 239 of file execnodes.h.
Referenced by RegisterExprContextCallback(), ShutdownExprContext(), and UnregisterExprContextCallback().