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

#include <plannodes.h>

Data Fields

Scan scan
 
CmdType operation
 
Index resultRelation
 
Oid checkAsUser
 
Oid fs_server
 
Listfdw_exprs
 
Listfdw_private
 
Listfdw_scan_tlist
 
Listfdw_recheck_quals
 
Bitmapsetfs_relids
 
Bitmapsetfs_base_relids
 
bool fsSystemCol
 

Detailed Description

Definition at line 869 of file plannodes.h.

Field Documentation

◆ checkAsUser

Oid ForeignScan::checkAsUser

Definition at line 877 of file plannodes.h.

Referenced by make_foreignscan().

◆ fdw_exprs

List* ForeignScan::fdw_exprs

Definition at line 881 of file plannodes.h.

Referenced by make_foreignscan().

◆ fdw_private

List* ForeignScan::fdw_private

Definition at line 883 of file plannodes.h.

Referenced by make_foreignscan().

◆ fdw_recheck_quals

List* ForeignScan::fdw_recheck_quals

Definition at line 887 of file plannodes.h.

Referenced by ExecInitForeignScan(), and make_foreignscan().

◆ fdw_scan_tlist

List* ForeignScan::fdw_scan_tlist

Definition at line 885 of file plannodes.h.

Referenced by ExecInitForeignScan(), and make_foreignscan().

◆ fs_base_relids

Bitmapset* ForeignScan::fs_base_relids

Definition at line 891 of file plannodes.h.

Referenced by make_foreignscan().

◆ fs_relids

Bitmapset* ForeignScan::fs_relids

Definition at line 889 of file plannodes.h.

Referenced by make_foreignscan().

◆ fs_server

Oid ForeignScan::fs_server

Definition at line 879 of file plannodes.h.

Referenced by ExecInitForeignScan(), and make_foreignscan().

◆ fsSystemCol

bool ForeignScan::fsSystemCol

Definition at line 893 of file plannodes.h.

Referenced by make_foreignscan().

◆ operation

CmdType ForeignScan::operation

Definition at line 873 of file plannodes.h.

Referenced by ExecInitForeignScan(), and make_foreignscan().

◆ resultRelation

Index ForeignScan::resultRelation

Definition at line 875 of file plannodes.h.

Referenced by ExecInitForeignScan(), and make_foreignscan().

◆ scan

Scan ForeignScan::scan

Definition at line 871 of file plannodes.h.

Referenced by ExecInitForeignScan(), and make_foreignscan().


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