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

#include <parsenodes.h>

Data Fields

NodeTag type
 
charname
 
Nodeexpr
 

Detailed Description

Definition at line 3567 of file parsenodes.h.

Field Documentation

◆ expr

Node* StatsElem::expr

Definition at line 3571 of file parsenodes.h.

Referenced by transformStatsStmt().

◆ name

char* StatsElem::name

Definition at line 3570 of file parsenodes.h.

Referenced by ChooseExtendedStatisticNameAddition().

◆ type

NodeTag StatsElem::type

Definition at line 3569 of file parsenodes.h.


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