PostgreSQL Source Code git master
DependenciesParseState Struct Reference

Data Fields

const char * str
 
DependenciesSemanticState state
 
Listdependency_list
 
Nodeescontext
 
bool found_attributes
 
bool found_dependency
 
bool found_degree
 
Listattnum_list
 
AttrNumber dependency
 
double degree
 

Detailed Description

Definition at line 40 of file pg_dependencies.c.

Field Documentation

◆ attnum_list

List* DependenciesParseState::attnum_list

Definition at line 51 of file pg_dependencies.c.

Referenced by pg_dependencies_in().

◆ degree

double DependenciesParseState::degree

Definition at line 53 of file pg_dependencies.c.

Referenced by pg_dependencies_in().

◆ dependency

AttrNumber DependenciesParseState::dependency

Definition at line 52 of file pg_dependencies.c.

Referenced by pg_dependencies_in().

◆ dependency_list

List* DependenciesParseState::dependency_list

Definition at line 45 of file pg_dependencies.c.

Referenced by pg_dependencies_in().

◆ escontext

Node* DependenciesParseState::escontext

Definition at line 46 of file pg_dependencies.c.

Referenced by pg_dependencies_in().

◆ found_attributes

bool DependenciesParseState::found_attributes

Definition at line 48 of file pg_dependencies.c.

Referenced by pg_dependencies_in().

◆ found_degree

bool DependenciesParseState::found_degree

Definition at line 50 of file pg_dependencies.c.

Referenced by pg_dependencies_in().

◆ found_dependency

bool DependenciesParseState::found_dependency

Definition at line 49 of file pg_dependencies.c.

Referenced by pg_dependencies_in().

◆ state

DependenciesSemanticState DependenciesParseState::state

Definition at line 43 of file pg_dependencies.c.

Referenced by pg_dependencies_in().

◆ str

const char* DependenciesParseState::str

Definition at line 42 of file pg_dependencies.c.

Referenced by pg_dependencies_in().


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