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