PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
StatsElem Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
char * name
 
Nodeexpr
 

Detailed Description

Definition at line 3491 of file parsenodes.h.

Field Documentation

◆ expr

Node* StatsElem::expr

Definition at line 3495 of file parsenodes.h.

Referenced by CreateStatistics(), generateClonedExtStatsStmt(), and transformStatsStmt().

◆ name

char* StatsElem::name

◆ type

NodeTag StatsElem::type

Definition at line 3493 of file parsenodes.h.


The documentation for this struct was generated from the following file: