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

#include <plannodes.h>

Public Member Functions

 pg_node_attr (no_equal, no_query_jumble) NodeTag type
 

Data Fields

int paramno
 
Varparamval
 

Detailed Description

Definition at line 992 of file plannodes.h.

Member Function Documentation

◆ pg_node_attr()

NestLoopParam::pg_node_attr ( no_equal  ,
no_query_jumble   
)

Field Documentation

◆ paramno

int NestLoopParam::paramno

Definition at line 998 of file plannodes.h.

Referenced by ExecNestLoop().

◆ paramval

Var* NestLoopParam::paramval

Definition at line 1000 of file plannodes.h.

Referenced by find_param_referent(), and set_join_references().


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