PostgreSQL Source Code: ParamPathInfo Struct Reference (original) (raw)

#include <[pathnodes.h](pathnodes%5F8h%5Fsource.html)>

Data Fields
Relids ppi_req_outer
Cardinality ppi_rows
List * ppi_clauses
Bitmapset * ppi_serials

Detailed Description

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

ppi_req_outer

Relids ParamPathInfo::ppi_req_outer

ppi_rows

Definition at line 1716 of file pathnodes.h.

Referenced by cost_bitmap_heap_scan(), cost_ctescan(), cost_functionscan(), cost_gather(), cost_gather_merge(), cost_namedtuplestorescan(), cost_resultscan(), cost_samplescan(), cost_seqscan(), cost_tablefuncscan(), cost_tidrangescan(), cost_tidscan(), cost_valuesscan(), get_appendrel_parampathinfo(), get_baserel_parampathinfo(), get_joinrel_parampathinfo(), postgresGetForeignPaths(), and reparameterize_path_by_child().

ppi_serials


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