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

#include <pgpa_walker.h>

Data Fields

PlannedStmtpstmt
 
Listscans [NUM_PGPA_SCAN_STRATEGY]
 
Bitmapsetno_gather_scans
 
Listtoplevel_unrolled_joins
 
Listjoin_strategies [NUM_PGPA_JOIN_STRATEGY]
 
Listquery_features [NUM_PGPA_QF_TYPES]
 
Listfuture_query_features
 

Detailed Description

Definition at line 112 of file pgpa_walker.h.

Field Documentation

◆ future_query_features

List* pgpa_plan_walker_context::future_query_features

Definition at line 120 of file pgpa_walker.h.

◆ join_strategies

List* pgpa_plan_walker_context::join_strategies[NUM_PGPA_JOIN_STRATEGY]

Definition at line 118 of file pgpa_walker.h.

◆ no_gather_scans

Bitmapset* pgpa_plan_walker_context::no_gather_scans

Definition at line 116 of file pgpa_walker.h.

◆ pstmt

PlannedStmt* pgpa_plan_walker_context::pstmt

Definition at line 114 of file pgpa_walker.h.

◆ query_features

List* pgpa_plan_walker_context::query_features[NUM_PGPA_QF_TYPES]

Definition at line 119 of file pgpa_walker.h.

◆ scans

List* pgpa_plan_walker_context::scans[NUM_PGPA_SCAN_STRATEGY]

Definition at line 115 of file pgpa_walker.h.

◆ toplevel_unrolled_joins

List* pgpa_plan_walker_context::toplevel_unrolled_joins

Definition at line 117 of file pgpa_walker.h.


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