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

Data Fields

int keyno
 
Oid opno
 
bool op_is_ne
 
Exprexpr
 
Oid cmpfn
 
int op_strategy
 

Detailed Description

Definition at line 62 of file partprune.c.

Field Documentation

◆ cmpfn

Oid PartClauseInfo::cmpfn

Definition at line 68 of file partprune.c.

◆ expr

Expr* PartClauseInfo::expr

Definition at line 67 of file partprune.c.

◆ keyno

int PartClauseInfo::keyno

Definition at line 64 of file partprune.c.

◆ op_is_ne

bool PartClauseInfo::op_is_ne

Definition at line 66 of file partprune.c.

◆ op_strategy

int PartClauseInfo::op_strategy

Definition at line 70 of file partprune.c.

◆ opno

Oid PartClauseInfo::opno

Definition at line 65 of file partprune.c.


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