Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

FuncExprState Struct Reference

#include <execnodes.h>

Data Fields

ExprState xprstate
Listargs
FmgrInfo func
TuplestorestatefuncResultStore
TupleTableSlotfuncResultSlot
TupleDesc funcResultDesc
bool funcReturnsTuple
bool setArgsValid
bool setHasSetArg
bool shutdown_reg
FunctionCallInfoData fcinfo_data

Detailed Description

Definition at line 630 of file execnodes.h.


Field Documentation

Definition at line 654 of file execnodes.h.

Referenced by ExecMakeFunctionResult(), ExecPrepareTuplestoreResult(), and init_fcache().

Definition at line 655 of file execnodes.h.

Referenced by ExecMakeFunctionResult(), and init_fcache().

Definition at line 665 of file execnodes.h.

Referenced by ExecMakeFunctionResult(), init_fcache(), and ShutdownFuncExpr().

Definition at line 672 of file execnodes.h.

Referenced by ExecMakeFunctionResult().


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