|
PostgreSQL Source Code git master
|
#include <plannodes.h>
Data Fields | |
| Plan | plan |
| ResultType | result_type |
| Node * | resconstantqual |
| Bitmapset * | relids |
Definition at line 295 of file plannodes.h.
| Plan Result::plan |
Definition at line 297 of file plannodes.h.
Referenced by create_gating_plan(), create_resultscan_plan(), ExecInitResult(), make_gating_result(), make_one_row_result(), set_plan_refs(), and show_result_replacement_info().
| Bitmapset* Result::relids |
Definition at line 300 of file plannodes.h.
Referenced by create_gating_plan(), make_gating_result(), make_one_row_result(), set_plan_refs(), and show_result_replacement_info().
| Node* Result::resconstantqual |
Definition at line 299 of file plannodes.h.
Referenced by ExecInitResult(), make_gating_result(), make_one_row_result(), and set_plan_refs().
| ResultType Result::result_type |
Definition at line 298 of file plannodes.h.
Referenced by create_gating_plan(), make_gating_result(), make_one_row_result(), and show_result_replacement_info().