PostgreSQL Source Code  git master
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 707 of file plannodes.h.

Field Documentation

◆ checkAsUser

Oid ForeignScan::checkAsUser

◆ fdw_exprs

◆ fdw_private

List* ForeignScan::fdw_private

◆ fdw_recheck_quals

List* ForeignScan::fdw_recheck_quals

◆ fdw_scan_tlist

◆ fs_base_relids

◆ fs_relids

Bitmapset* ForeignScan::fs_relids

◆ fs_server

Oid ForeignScan::fs_server

Definition at line 714 of file plannodes.h.

Referenced by create_foreignscan_plan(), ExecInitForeignScan(), and make_foreignscan().

◆ fsSystemCol

bool ForeignScan::fsSystemCol

Definition at line 721 of file plannodes.h.

Referenced by create_foreignscan_plan(), and make_foreignscan().

◆ operation

CmdType ForeignScan::operation

Definition at line 710 of file plannodes.h.

Referenced by ExecInitForeignScan(), make_foreignscan(), and postgresPlanDirectModify().

◆ resultRelation

Index ForeignScan::resultRelation

◆ scan


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