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

Data Fields

int index
 
Datumdatums
 
PartitionRangeDatumKindkind
 
bool lower
 

Detailed Description

Definition at line 65 of file partbounds.c.

Field Documentation

◆ datums

Datum* PartitionRangeBound::datums

◆ index

int PartitionRangeBound::index

Definition at line 67 of file partbounds.c.

Referenced by get_range_partition_internal(), and make_one_partition_rbound().

◆ kind

PartitionRangeDatumKind* PartitionRangeBound::kind

◆ lower

bool PartitionRangeBound::lower

Definition at line 70 of file partbounds.c.

Referenced by get_range_partition_internal(), and make_one_partition_rbound().


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