|
PostgreSQL Source Code git master
|
#include <pathnodes.h>
Public Member Functions | |
| pg_node_attr (no_copy_equal, no_read, no_query_jumble) NodeTag type | |
Data Fields | |
| struct RestrictInfo * | rinfo |
| List * | indexquals |
| bool | lossy |
| AttrNumber | indexcol |
| List * | indexcols |
Definition at line 2079 of file pathnodes.h.
| IndexClause::pg_node_attr | ( | no_copy_equal | , |
| no_read | , | ||
| no_query_jumble | |||
| ) |
| AttrNumber IndexClause::indexcol |
Definition at line 2087 of file pathnodes.h.
| List* IndexClause::indexcols |
Definition at line 2088 of file pathnodes.h.
| List* IndexClause::indexquals |
Definition at line 2085 of file pathnodes.h.
| bool IndexClause::lossy |
Definition at line 2086 of file pathnodes.h.
| struct RestrictInfo* IndexClause::rinfo |
Definition at line 2084 of file pathnodes.h.