PostgreSQL Source Code git master
Loading...
Searching...
No Matches
PartitionElem Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
charname
 
Nodeexpr
 
Listcollation
 
Listopclass
 
ParseLoc location
 

Detailed Description

Definition at line 902 of file parsenodes.h.

Field Documentation

◆ collation

List* PartitionElem::collation

Definition at line 907 of file parsenodes.h.

◆ expr

Node* PartitionElem::expr

Definition at line 906 of file parsenodes.h.

◆ location

ParseLoc PartitionElem::location

Definition at line 909 of file parsenodes.h.

◆ name

char* PartitionElem::name

Definition at line 905 of file parsenodes.h.

◆ opclass

List* PartitionElem::opclass

Definition at line 908 of file parsenodes.h.

◆ type

NodeTag PartitionElem::type

Definition at line 904 of file parsenodes.h.


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