PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
char * | name |
Node * | expr |
List * | collation |
List * | opclass |
int | location |
Definition at line 810 of file parsenodes.h.
List* PartitionElem::collation |
Definition at line 815 of file parsenodes.h.
Referenced by ComputePartitionAttrs().
Node* PartitionElem::expr |
Definition at line 814 of file parsenodes.h.
Referenced by ComputePartitionAttrs(), and transformPartitionSpec().
int PartitionElem::location |
Definition at line 817 of file parsenodes.h.
Referenced by ComputePartitionAttrs().
char* PartitionElem::name |
Definition at line 813 of file parsenodes.h.
Referenced by ComputePartitionAttrs().
List* PartitionElem::opclass |
Definition at line 816 of file parsenodes.h.
Referenced by ComputePartitionAttrs().
NodeTag PartitionElem::type |
Definition at line 812 of file parsenodes.h.