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

#include <pathnodes.h>

Data Fields

char strategy
 
int16 partnatts
 
Oidpartopfamily
 
Oidpartopcintype
 
Oidpartcollation
 
int16parttyplen
 
boolparttypbyval
 
struct FmgrInfopartsupfunc
 

Detailed Description

Definition at line 704 of file pathnodes.h.

Field Documentation

◆ partcollation

Oid* PartitionSchemeData::partcollation

Definition at line 710 of file pathnodes.h.

◆ partnatts

int16 PartitionSchemeData::partnatts

Definition at line 707 of file pathnodes.h.

◆ partopcintype

Oid* PartitionSchemeData::partopcintype

Definition at line 709 of file pathnodes.h.

◆ partopfamily

Oid* PartitionSchemeData::partopfamily

Definition at line 708 of file pathnodes.h.

◆ partsupfunc

struct FmgrInfo* PartitionSchemeData::partsupfunc

Definition at line 717 of file pathnodes.h.

◆ parttypbyval

bool* PartitionSchemeData::parttypbyval

Definition at line 714 of file pathnodes.h.

◆ parttyplen

int16* PartitionSchemeData::parttyplen

Definition at line 713 of file pathnodes.h.

◆ strategy

char PartitionSchemeData::strategy

Definition at line 706 of file pathnodes.h.


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