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

#include <pathnodes.h>

Public Member Functions

 pg_node_attr (no_copy_equal, no_read, no_query_jumble) NodeTag type
 

Data Fields

Relids ppi_req_outer
 
Cardinality ppi_rows
 
Listppi_clauses
 
Bitmapsetppi_serials
 

Detailed Description

Definition at line 1898 of file pathnodes.h.

Member Function Documentation

◆ pg_node_attr()

ParamPathInfo::pg_node_attr ( no_copy_equal  ,
no_read  ,
no_query_jumble   
)

Field Documentation

◆ ppi_clauses

List* ParamPathInfo::ppi_clauses

Definition at line 1906 of file pathnodes.h.

◆ ppi_req_outer

Relids ParamPathInfo::ppi_req_outer

Definition at line 1904 of file pathnodes.h.

◆ ppi_rows

Cardinality ParamPathInfo::ppi_rows

Definition at line 1905 of file pathnodes.h.

◆ ppi_serials

Bitmapset* ParamPathInfo::ppi_serials

Definition at line 1907 of file pathnodes.h.


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