PostgreSQL Source Code  git master
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

◆ expr

Expr* PartClauseInfo::expr

◆ keyno

int PartClauseInfo::keyno

◆ op_is_ne

bool PartClauseInfo::op_is_ne

Definition at line 66 of file partprune.c.

Referenced by gen_prune_steps_from_opexps(), and match_clause_to_partition_key().

◆ op_strategy

int PartClauseInfo::op_strategy

Definition at line 70 of file partprune.c.

Referenced by gen_prune_steps_from_opexps(), and match_clause_to_partition_key().

◆ opno

Oid PartClauseInfo::opno

Definition at line 65 of file partprune.c.

Referenced by gen_prune_steps_from_opexps(), and match_clause_to_partition_key().


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