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