PostgreSQL Source Code
git master
|
#include <supportnodes.h>
Data Fields | |
NodeTag | type |
struct PlannerInfo * | root |
Oid | funcid |
Node * | node |
int | indexarg |
struct IndexOptInfo * | index |
int | indexcol |
Oid | opfamily |
Oid | indexcollation |
bool | lossy |
Definition at line 223 of file supportnodes.h.
Oid SupportRequestIndexCondition::funcid |
Definition at line 229 of file supportnodes.h.
Referenced by get_index_clause_from_support(), and network_subset_support().
struct IndexOptInfo* SupportRequestIndexCondition::index |
Definition at line 232 of file supportnodes.h.
Referenced by get_index_clause_from_support().
int SupportRequestIndexCondition::indexarg |
Definition at line 231 of file supportnodes.h.
Referenced by get_index_clause_from_support(), like_regex_support(), and network_subset_support().
int SupportRequestIndexCondition::indexcol |
Definition at line 233 of file supportnodes.h.
Referenced by get_index_clause_from_support().
Oid SupportRequestIndexCondition::indexcollation |
Definition at line 235 of file supportnodes.h.
Referenced by get_index_clause_from_support(), and like_regex_support().
bool SupportRequestIndexCondition::lossy |
Definition at line 238 of file supportnodes.h.
Referenced by get_index_clause_from_support().
Node* SupportRequestIndexCondition::node |
Definition at line 230 of file supportnodes.h.
Referenced by get_index_clause_from_support(), like_regex_support(), and network_subset_support().
Oid SupportRequestIndexCondition::opfamily |
Definition at line 234 of file supportnodes.h.
Referenced by get_index_clause_from_support(), like_regex_support(), and network_subset_support().
struct PlannerInfo* SupportRequestIndexCondition::root |
Definition at line 228 of file supportnodes.h.
Referenced by get_index_clause_from_support().
NodeTag SupportRequestIndexCondition::type |
Definition at line 225 of file supportnodes.h.
Referenced by get_index_clause_from_support().