PostgreSQL Source Code
git master
|
Data Fields | |
int | keyno |
Oid | opno |
bool | op_is_ne |
Expr * | expr |
Oid | cmpfn |
int | op_strategy |
Definition at line 62 of file partprune.c.
Oid PartClauseInfo::cmpfn |
Definition at line 68 of file partprune.c.
Referenced by gen_prune_steps_from_opexps(), get_steps_using_prefix_recurse(), and match_clause_to_partition_key().
Expr* PartClauseInfo::expr |
Definition at line 67 of file partprune.c.
Referenced by gen_prune_steps_from_opexps(), get_steps_using_prefix_recurse(), and match_clause_to_partition_key().
int PartClauseInfo::keyno |
Definition at line 64 of file partprune.c.
Referenced by gen_prune_steps_from_opexps(), get_steps_using_prefix_recurse(), and match_clause_to_partition_key().
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().
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().
Oid PartClauseInfo::opno |
Definition at line 65 of file partprune.c.
Referenced by gen_prune_steps_from_opexps(), and match_clause_to_partition_key().