|
PostgreSQL Source Code git master
|
#include <supportnodes.h>
Data Fields | |
| NodeTag | type |
| PlannerInfo * | root |
| Oid | funcid |
| Node * | node |
| int | indexarg |
| IndexOptInfo * | index |
| int | indexcol |
| Oid | opfamily |
| Oid | indexcollation |
| bool | lossy |
Definition at line 278 of file supportnodes.h.
| Oid SupportRequestIndexCondition::funcid |
Definition at line 284 of file supportnodes.h.
Referenced by get_index_clause_from_support(), and network_subset_support().
| IndexOptInfo* SupportRequestIndexCondition::index |
Definition at line 287 of file supportnodes.h.
Referenced by get_index_clause_from_support().
| int SupportRequestIndexCondition::indexarg |
Definition at line 286 of file supportnodes.h.
Referenced by get_index_clause_from_support(), like_regex_support(), and network_subset_support().
| int SupportRequestIndexCondition::indexcol |
Definition at line 288 of file supportnodes.h.
Referenced by get_index_clause_from_support().
| Oid SupportRequestIndexCondition::indexcollation |
Definition at line 290 of file supportnodes.h.
Referenced by get_index_clause_from_support(), and like_regex_support().
| bool SupportRequestIndexCondition::lossy |
Definition at line 293 of file supportnodes.h.
Referenced by get_index_clause_from_support().
| Node* SupportRequestIndexCondition::node |
Definition at line 285 of file supportnodes.h.
Referenced by get_index_clause_from_support(), like_regex_support(), and network_subset_support().
| Oid SupportRequestIndexCondition::opfamily |
Definition at line 289 of file supportnodes.h.
Referenced by get_index_clause_from_support(), like_regex_support(), and network_subset_support().
| PlannerInfo* SupportRequestIndexCondition::root |
Definition at line 283 of file supportnodes.h.
Referenced by get_index_clause_from_support().
| NodeTag SupportRequestIndexCondition::type |
Definition at line 280 of file supportnodes.h.
Referenced by get_index_clause_from_support().