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