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

Data Fields

unsigned nallocated
 
unsigned nused
 
Planouter_subplan
 
ElidedNodeouter_elided_node
 
bool outer_beneath_any_gather
 
pgpa_join_strategystrategy
 
Plan ** inner_subplans
 
ElidedNode ** inner_elided_nodes
 
pgpa_join_unroller ** inner_unrollers
 
boolinner_beneath_any_gather
 

Detailed Description

Definition at line 26 of file pgpa_join.c.

Field Documentation

◆ inner_beneath_any_gather

bool* pgpa_join_unroller::inner_beneath_any_gather

Definition at line 37 of file pgpa_join.c.

◆ inner_elided_nodes

ElidedNode** pgpa_join_unroller::inner_elided_nodes

Definition at line 35 of file pgpa_join.c.

◆ inner_subplans

Plan** pgpa_join_unroller::inner_subplans

Definition at line 34 of file pgpa_join.c.

◆ inner_unrollers

pgpa_join_unroller** pgpa_join_unroller::inner_unrollers

Definition at line 36 of file pgpa_join.c.

◆ nallocated

unsigned pgpa_join_unroller::nallocated

Definition at line 28 of file pgpa_join.c.

Referenced by pgpa_create_join_unroller(), and pgpa_unroll_join().

◆ nused

unsigned pgpa_join_unroller::nused

Definition at line 29 of file pgpa_join.c.

◆ outer_beneath_any_gather

bool pgpa_join_unroller::outer_beneath_any_gather

Definition at line 32 of file pgpa_join.c.

◆ outer_elided_node

ElidedNode* pgpa_join_unroller::outer_elided_node

Definition at line 31 of file pgpa_join.c.

◆ outer_subplan

Plan* pgpa_join_unroller::outer_subplan

Definition at line 30 of file pgpa_join.c.

◆ strategy

pgpa_join_strategy* pgpa_join_unroller::strategy

Definition at line 33 of file pgpa_join.c.


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