PostgreSQL Source Code git master
Loading...
Searching...
No Matches
path_factor Struct Reference

Data Fields

GraphElementPatternKind kind
 
const charvariable
 
Nodelabelexpr
 
NodewhereClause
 
int factorpos
 
Listlabeloids
 
struct path_factorsrc_pf
 
struct path_factordest_pf
 

Detailed Description

Definition at line 57 of file rewriteGraphTable.c.

Field Documentation

◆ dest_pf

struct path_factor* path_factor::dest_pf

Definition at line 70 of file rewriteGraphTable.c.

◆ factorpos

int path_factor::factorpos

Definition at line 63 of file rewriteGraphTable.c.

Referenced by generate_queries_for_path_pattern().

◆ kind

GraphElementPatternKind path_factor::kind

Definition at line 59 of file rewriteGraphTable.c.

◆ labelexpr

Node* path_factor::labelexpr

Definition at line 61 of file rewriteGraphTable.c.

◆ labeloids

List* path_factor::labeloids

Definition at line 66 of file rewriteGraphTable.c.

◆ src_pf

struct path_factor* path_factor::src_pf

Definition at line 69 of file rewriteGraphTable.c.

◆ variable

const char* path_factor::variable

Definition at line 60 of file rewriteGraphTable.c.

◆ whereClause

Node* path_factor::whereClause

Definition at line 62 of file rewriteGraphTable.c.


The documentation for this struct was generated from the following file: