PostgreSQL Source Code  git master
PartitionSchemeData Struct Reference

#include <pathnodes.h>

Data Fields

char strategy
 
int16 partnatts
 
Oidpartopfamily
 
Oidpartopcintype
 
Oidpartcollation
 
int16parttyplen
 
boolparttypbyval
 
struct FmgrInfopartsupfunc
 

Detailed Description

Definition at line 578 of file pathnodes.h.

Field Documentation

◆ partcollation

Oid* PartitionSchemeData::partcollation

◆ partnatts

◆ partopcintype

Oid* PartitionSchemeData::partopcintype

◆ partopfamily

◆ partsupfunc

struct FmgrInfo* PartitionSchemeData::partsupfunc

◆ parttypbyval

bool* PartitionSchemeData::parttypbyval

Definition at line 588 of file pathnodes.h.

Referenced by compute_partition_bounds(), and find_partition_scheme().

◆ parttyplen

int16* PartitionSchemeData::parttyplen

Definition at line 587 of file pathnodes.h.

Referenced by compute_partition_bounds(), and find_partition_scheme().

◆ strategy

char PartitionSchemeData::strategy

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