PostgreSQL Source Code  git master
CreateStatsStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Listdefnames
 
Liststat_types
 
Listexprs
 
Listrelations
 
char * stxcomment
 
bool transformed
 
bool if_not_exists
 

Detailed Description

Definition at line 3396 of file parsenodes.h.

Field Documentation

◆ defnames

List* CreateStatsStmt::defnames

Definition at line 3399 of file parsenodes.h.

Referenced by generateClonedExtStatsStmt().

◆ exprs

List* CreateStatsStmt::exprs

Definition at line 3401 of file parsenodes.h.

Referenced by generateClonedExtStatsStmt().

◆ if_not_exists

bool CreateStatsStmt::if_not_exists

Definition at line 3405 of file parsenodes.h.

Referenced by generateClonedExtStatsStmt().

◆ relations

List* CreateStatsStmt::relations

Definition at line 3402 of file parsenodes.h.

Referenced by generateClonedExtStatsStmt().

◆ stat_types

List* CreateStatsStmt::stat_types

Definition at line 3400 of file parsenodes.h.

Referenced by generateClonedExtStatsStmt().

◆ stxcomment

char* CreateStatsStmt::stxcomment

Definition at line 3403 of file parsenodes.h.

Referenced by generateClonedExtStatsStmt(), and transformTableLikeClause().

◆ transformed

bool CreateStatsStmt::transformed

Definition at line 3404 of file parsenodes.h.

Referenced by generateClonedExtStatsStmt().

◆ type

NodeTag CreateStatsStmt::type

Definition at line 3398 of file parsenodes.h.


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