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
 
Listdo_not_scan_identifiers
 

Detailed Description

Definition at line 94 of file pgpa_walker.h.

Field Documentation

◆ do_not_scan_identifiers

List* pgpa_plan_walker_context::do_not_scan_identifiers

Definition at line 103 of file pgpa_walker.h.

◆ future_query_features

List* pgpa_plan_walker_context::future_query_features

Definition at line 102 of file pgpa_walker.h.

◆ join_strategies

List* pgpa_plan_walker_context::join_strategies[NUM_PGPA_JOIN_STRATEGY]

Definition at line 100 of file pgpa_walker.h.

◆ no_gather_scans

Bitmapset* pgpa_plan_walker_context::no_gather_scans

Definition at line 98 of file pgpa_walker.h.

◆ pstmt

PlannedStmt* pgpa_plan_walker_context::pstmt

Definition at line 96 of file pgpa_walker.h.

◆ query_features

List* pgpa_plan_walker_context::query_features[NUM_PGPA_QF_TYPES]

Definition at line 101 of file pgpa_walker.h.

◆ scans

List* pgpa_plan_walker_context::scans[NUM_PGPA_SCAN_STRATEGY]

Definition at line 97 of file pgpa_walker.h.

◆ toplevel_unrolled_joins

List* pgpa_plan_walker_context::toplevel_unrolled_joins

Definition at line 99 of file pgpa_walker.h.


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