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