|
PostgreSQL Source Code git master
|
Data Fields | |
| GraphElementPatternKind | kind |
| const char * | variable |
| Node * | labelexpr |
| Node * | whereClause |
| int | factorpos |
| List * | labeloids |
| struct path_factor * | src_pf |
| struct path_factor * | dest_pf |
Definition at line 57 of file rewriteGraphTable.c.
| struct path_factor* path_factor::dest_pf |
Definition at line 70 of file rewriteGraphTable.c.
| int path_factor::factorpos |
Definition at line 63 of file rewriteGraphTable.c.
Referenced by generate_queries_for_path_pattern().
| GraphElementPatternKind path_factor::kind |
Definition at line 59 of file rewriteGraphTable.c.
| Node* path_factor::labelexpr |
Definition at line 61 of file rewriteGraphTable.c.
| List* path_factor::labeloids |
Definition at line 66 of file rewriteGraphTable.c.
| struct path_factor* path_factor::src_pf |
Definition at line 69 of file rewriteGraphTable.c.
Definition at line 60 of file rewriteGraphTable.c.
| Node* path_factor::whereClause |
Definition at line 62 of file rewriteGraphTable.c.