PostgreSQL Source Code  git master
FunctionScan Struct Reference

#include <plannodes.h>

Data Fields

Scan scan
 
Listfunctions
 
bool funcordinality
 

Detailed Description

Definition at line 609 of file plannodes.h.

Field Documentation

◆ funcordinality

bool FunctionScan::funcordinality

Definition at line 613 of file plannodes.h.

Referenced by ExecInitFunctionScan(), and make_functionscan().

◆ functions

List* FunctionScan::functions

◆ scan

Scan FunctionScan::scan

Definition at line 611 of file plannodes.h.

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


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