|
PostgreSQL Source Code git master
|
#include "nodes/plannodes.h"

Go to the source code of this file.
Data Structures | |
| struct | SupportRequestSimplify |
| struct | SupportRequestSimplifyAggref |
| struct | SupportRequestInlineInFrom |
| struct | SupportRequestSelectivity |
| struct | SupportRequestCost |
| struct | SupportRequestRows |
| struct | SupportRequestIndexCondition |
| struct | SupportRequestWFuncMonotonic |
| struct | SupportRequestOptimizeWindowClause |
| struct | SupportRequestModifyInPlace |
Typedefs | |
| typedef struct PlannerInfo | PlannerInfo |
| typedef struct IndexOptInfo | IndexOptInfo |
| typedef struct SpecialJoinInfo | SpecialJoinInfo |
| typedef struct WindowClause | WindowClause |
| typedef struct RangeTblFunction | RangeTblFunction |
| typedef struct HeapTupleData * | HeapTuple |
| typedef struct SupportRequestSimplify | SupportRequestSimplify |
| typedef struct SupportRequestSimplifyAggref | SupportRequestSimplifyAggref |
| typedef struct SupportRequestInlineInFrom | SupportRequestInlineInFrom |
| typedef struct SupportRequestSelectivity | SupportRequestSelectivity |
| typedef struct SupportRequestCost | SupportRequestCost |
| typedef struct SupportRequestRows | SupportRequestRows |
| typedef struct SupportRequestIndexCondition | SupportRequestIndexCondition |
| typedef struct SupportRequestWFuncMonotonic | SupportRequestWFuncMonotonic |
| typedef struct SupportRequestOptimizeWindowClause | SupportRequestOptimizeWindowClause |
| typedef struct SupportRequestModifyInPlace | SupportRequestModifyInPlace |
| typedef struct HeapTupleData* HeapTuple |
Definition at line 43 of file supportnodes.h.
| typedef struct IndexOptInfo IndexOptInfo |
Definition at line 39 of file supportnodes.h.
| typedef struct PlannerInfo PlannerInfo |
Definition at line 38 of file supportnodes.h.
| typedef struct RangeTblFunction RangeTblFunction |
Definition at line 42 of file supportnodes.h.
| typedef struct SpecialJoinInfo SpecialJoinInfo |
Definition at line 40 of file supportnodes.h.
| typedef struct SupportRequestCost SupportRequestCost |
| typedef struct SupportRequestIndexCondition SupportRequestIndexCondition |
| typedef struct SupportRequestInlineInFrom SupportRequestInlineInFrom |
| typedef struct SupportRequestModifyInPlace SupportRequestModifyInPlace |
| typedef struct SupportRequestRows SupportRequestRows |
| typedef struct SupportRequestSelectivity SupportRequestSelectivity |
| typedef struct SupportRequestSimplify SupportRequestSimplify |
| typedef struct SupportRequestSimplifyAggref SupportRequestSimplifyAggref |
| typedef struct SupportRequestWFuncMonotonic SupportRequestWFuncMonotonic |
| typedef struct WindowClause WindowClause |
Definition at line 41 of file supportnodes.h.