PostgreSQL Source Code: PartitionElem Struct Reference (original) (raw)

#include <[parsenodes.h](parsenodes%5F8h%5Fsource.html)>

Data Fields
NodeTag type
char * name
Node * expr
List * collation
List * opclass
ParseLoc location

Detailed Description

Definition at line 871 of file parsenodes.h.

Field Documentation

collation

List* PartitionElem::collation

Definition at line 876 of file parsenodes.h.

Referenced by ComputePartitionAttrs().

expr

Node* PartitionElem::expr

Definition at line 875 of file parsenodes.h.

Referenced by ComputePartitionAttrs(), and transformPartitionSpec().

location

ParseLoc PartitionElem::location

Definition at line 878 of file parsenodes.h.

Referenced by ComputePartitionAttrs().

name

char* PartitionElem::name

Definition at line 874 of file parsenodes.h.

Referenced by ComputePartitionAttrs().

opclass

List* PartitionElem::opclass

Definition at line 877 of file parsenodes.h.

Referenced by ComputePartitionAttrs().

type

NodeTag PartitionElem::type

Definition at line 873 of file parsenodes.h.


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