PostgreSQL Source Code git master
Loading...
Searching...
No Matches
ExprContext_CB Struct Reference

#include <execnodes.h>

Data Fields

struct ExprContext_CBnext
 
ExprContextCallbackFunction function
 
Datum arg
 

Detailed Description

Definition at line 239 of file execnodes.h.

Field Documentation

◆ arg

Datum ExprContext_CB::arg

Definition at line 243 of file execnodes.h.

◆ function

ExprContextCallbackFunction ExprContext_CB::function

Definition at line 242 of file execnodes.h.

Referenced by RegisterExprContextCallback(), and ShutdownExprContext().

◆ next

struct ExprContext_CB* ExprContext_CB::next

Definition at line 241 of file execnodes.h.

Referenced by ShutdownExprContext(), and UnregisterExprContextCallback().


The documentation for this struct was generated from the following file: