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

#include <plannodes.h>

Data Fields

Scan scan
 
Listfunctions
 
bool funcordinality
 

Detailed Description

Definition at line 763 of file plannodes.h.

Field Documentation

◆ funcordinality

bool FunctionScan::funcordinality

Definition at line 769 of file plannodes.h.

Referenced by ExecInitFunctionScan(), and make_functionscan().

◆ functions

List* FunctionScan::functions

◆ scan

Scan FunctionScan::scan

Definition at line 765 of file plannodes.h.

Referenced by ExecInitFunctionScan(), make_functionscan(), and set_plan_refs().


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