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

#include <parsenodes.h>

Data Fields

NodeTag type
 
char strategy
 
bool is_default
 
int modulus
 
int remainder
 
Listlistdatums
 
Listlowerdatums
 
Listupperdatums
 
ParseLoc location
 

Detailed Description

Definition at line 925 of file parsenodes.h.

Field Documentation

◆ is_default

bool PartitionBoundSpec::is_default

Definition at line 930 of file parsenodes.h.

Referenced by ATExecAttachPartition(), and StorePartitionBound().

◆ listdatums

List* PartitionBoundSpec::listdatums

Definition at line 937 of file parsenodes.h.

Referenced by calculate_partition_bound_for_merge().

◆ location

ParseLoc PartitionBoundSpec::location

Definition at line 943 of file parsenodes.h.

◆ lowerdatums

List* PartitionBoundSpec::lowerdatums

Definition at line 940 of file parsenodes.h.

Referenced by calculate_partition_bound_for_merge().

◆ modulus

int PartitionBoundSpec::modulus

Definition at line 933 of file parsenodes.h.

◆ remainder

int PartitionBoundSpec::remainder

Definition at line 934 of file parsenodes.h.

◆ strategy

char PartitionBoundSpec::strategy

Definition at line 929 of file parsenodes.h.

◆ type

NodeTag PartitionBoundSpec::type

Definition at line 927 of file parsenodes.h.

◆ upperdatums

List* PartitionBoundSpec::upperdatums

Definition at line 941 of file parsenodes.h.


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