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