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