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 889 of file parsenodes.h.

Field Documentation

◆ collation

List* PartitionElem::collation

Definition at line 894 of file parsenodes.h.

◆ expr

Node* PartitionElem::expr

Definition at line 893 of file parsenodes.h.

◆ location

ParseLoc PartitionElem::location

Definition at line 896 of file parsenodes.h.

◆ name

char* PartitionElem::name

Definition at line 892 of file parsenodes.h.

◆ opclass

List* PartitionElem::opclass

Definition at line 895 of file parsenodes.h.

◆ type

NodeTag PartitionElem::type

Definition at line 891 of file parsenodes.h.


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