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

#include <plannodes.h>

Data Fields

Plan plan
 
ResultType result_type
 
Noderesconstantqual
 
Bitmapsetrelids
 

Detailed Description

Definition at line 301 of file plannodes.h.

Field Documentation

◆ plan

◆ relids

Bitmapset* Result::relids

◆ resconstantqual

Node* Result::resconstantqual

◆ result_type

ResultType Result::result_type

Definition at line 304 of file plannodes.h.

Referenced by create_gating_plan(), make_gating_result(), and make_one_row_result().


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