PostgreSQL Source Code  git master
PartitionElem Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
char * name
 
Nodeexpr
 
Listcollation
 
Listopclass
 
ParseLoc location
 

Detailed Description

Definition at line 860 of file parsenodes.h.

Field Documentation

◆ collation

List* PartitionElem::collation

Definition at line 865 of file parsenodes.h.

Referenced by ComputePartitionAttrs().

◆ expr

Node* PartitionElem::expr

Definition at line 864 of file parsenodes.h.

Referenced by ComputePartitionAttrs(), and transformPartitionSpec().

◆ location

ParseLoc PartitionElem::location

Definition at line 867 of file parsenodes.h.

Referenced by ComputePartitionAttrs().

◆ name

char* PartitionElem::name

Definition at line 863 of file parsenodes.h.

Referenced by ComputePartitionAttrs().

◆ opclass

List* PartitionElem::opclass

Definition at line 866 of file parsenodes.h.

Referenced by ComputePartitionAttrs().

◆ type

NodeTag PartitionElem::type

Definition at line 862 of file parsenodes.h.


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