PostgreSQL Source Code
git master
|
#include <plannodes.h>
Data Fields | |
Scan | scan |
CmdType | operation |
Index | resultRelation |
Oid | checkAsUser |
Oid | fs_server |
List * | fdw_exprs |
List * | fdw_private |
List * | fdw_scan_tlist |
List * | fdw_recheck_quals |
Bitmapset * | fs_relids |
Bitmapset * | fs_base_relids |
bool | fsSystemCol |
Definition at line 708 of file plannodes.h.
Oid ForeignScan::checkAsUser |
Definition at line 713 of file plannodes.h.
Referenced by create_foreignscan_plan(), make_foreignscan(), postgresBeginDirectModify(), and postgresBeginForeignScan().
List* ForeignScan::fdw_exprs |
Definition at line 716 of file plannodes.h.
Referenced by create_foreignscan_plan(), finalize_plan(), make_foreignscan(), postgresBeginDirectModify(), postgresBeginForeignScan(), and postgresPlanDirectModify().
List* ForeignScan::fdw_private |
Definition at line 717 of file plannodes.h.
Referenced by make_foreignscan(), postgresBeginDirectModify(), postgresBeginForeignScan(), and postgresPlanDirectModify().
List* ForeignScan::fdw_recheck_quals |
Definition at line 719 of file plannodes.h.
Referenced by create_foreignscan_plan(), ExecInitForeignScan(), finalize_plan(), and make_foreignscan().
List* ForeignScan::fdw_scan_tlist |
Definition at line 718 of file plannodes.h.
Referenced by conversion_error_callback(), ExecInitForeignScan(), get_tupdesc_for_join_scan_tuples(), make_foreignscan(), postgresBeginDirectModify(), rebuild_fdw_scan_tlist(), and set_foreignscan_references().
Bitmapset* ForeignScan::fs_base_relids |
Definition at line 721 of file plannodes.h.
Referenced by create_foreignscan_plan(), find_modifytable_subplan(), make_foreignscan(), postgresBeginForeignScan(), and set_foreignscan_references().
Bitmapset* ForeignScan::fs_relids |
Definition at line 720 of file plannodes.h.
Referenced by create_foreignscan_plan(), make_foreignscan(), postgresPlanDirectModify(), and set_foreignscan_references().
Oid ForeignScan::fs_server |
Definition at line 715 of file plannodes.h.
Referenced by create_foreignscan_plan(), ExecInitForeignScan(), and make_foreignscan().
bool ForeignScan::fsSystemCol |
Definition at line 722 of file plannodes.h.
Referenced by create_foreignscan_plan(), and make_foreignscan().
CmdType ForeignScan::operation |
Definition at line 711 of file plannodes.h.
Referenced by ExecInitForeignScan(), make_foreignscan(), and postgresPlanDirectModify().
Index ForeignScan::resultRelation |
Definition at line 712 of file plannodes.h.
Referenced by ExecInitForeignScan(), make_foreignscan(), postgresPlanDirectModify(), and set_foreignscan_references().
Scan ForeignScan::scan |
Definition at line 710 of file plannodes.h.
Referenced by conversion_error_callback(), create_foreignscan_plan(), ExecInitForeignScan(), make_foreignscan(), postgresBeginDirectModify(), postgresBeginForeignScan(), postgresPlanDirectModify(), and set_foreignscan_references().