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

#include <pathnodes.h>

Public Member Functions

 pg_node_attr (no_copy_equal, no_read, no_query_jumble) NodeTag type
 
RelOptInfo *parent pg_node_attr (write_only_relids)
 
PathTarget *pathtarget pg_node_attr (write_only_nondefault_pathtarget)
 
ParamPathInfo *param_info pg_node_attr (write_only_req_outer)
 

Data Fields

NodeTag pathtype
 
bool parallel_aware
 
bool parallel_safe
 
int parallel_workers
 
Cardinality rows
 
int disabled_nodes
 
Cost startup_cost
 
Cost total_cost
 
Listpathkeys
 

Detailed Description

Definition at line 1944 of file pathnodes.h.

Member Function Documentation

◆ pg_node_attr() [1/4]

Path::pg_node_attr ( no_copy_equal  ,
no_read  ,
no_query_jumble   
)

◆ pg_node_attr() [2/4]

◆ pg_node_attr() [3/4]

RelOptInfo *parent Path::pg_node_attr ( write_only_relids  )

◆ pg_node_attr() [4/4]

ParamPathInfo *param_info Path::pg_node_attr ( write_only_req_outer  )

Field Documentation

◆ disabled_nodes

◆ parallel_aware

bool Path::parallel_aware

◆ parallel_safe

◆ parallel_workers

◆ pathkeys

◆ pathtype

◆ rows

◆ startup_cost

◆ total_cost


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