|
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.
| Expr* PartClauseInfo::expr |
Definition at line 67 of file partprune.c.
| int PartClauseInfo::keyno |
Definition at line 64 of file partprune.c.
| bool PartClauseInfo::op_is_ne |
Definition at line 66 of file partprune.c.
| int PartClauseInfo::op_strategy |
Definition at line 70 of file partprune.c.
| Oid PartClauseInfo::opno |
Definition at line 65 of file partprune.c.