PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
char * | name |
Node * | expr |
List * | collation |
List * | opclass |
ParseLoc | location |
Definition at line 871 of file parsenodes.h.
List* PartitionElem::collation |
Definition at line 876 of file parsenodes.h.
Referenced by ComputePartitionAttrs().
Node* PartitionElem::expr |
Definition at line 875 of file parsenodes.h.
Referenced by ComputePartitionAttrs(), and transformPartitionSpec().
ParseLoc PartitionElem::location |
Definition at line 878 of file parsenodes.h.
Referenced by ComputePartitionAttrs().
char* PartitionElem::name |
Definition at line 874 of file parsenodes.h.
Referenced by ComputePartitionAttrs().
List* PartitionElem::opclass |
Definition at line 877 of file parsenodes.h.
Referenced by ComputePartitionAttrs().
NodeTag PartitionElem::type |
Definition at line 873 of file parsenodes.h.