|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| char * | name |
| Node * | expr |
Definition at line 3538 of file parsenodes.h.
| Node* StatsElem::expr |
Definition at line 3542 of file parsenodes.h.
Referenced by CreateStatistics(), generateClonedExtStatsStmt(), and transformStatsStmt().
| char* StatsElem::name |
Definition at line 3541 of file parsenodes.h.
Referenced by ChooseExtendedStatisticNameAddition(), CreateStatistics(), and generateClonedExtStatsStmt().
| NodeTag StatsElem::type |
Definition at line 3540 of file parsenodes.h.