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