|
PostgreSQL Source Code git master
|
Data Fields | |
| int | distance |
| RangeTblEntry * | rfirst |
| AttrNumber | first |
| RangeTblEntry * | rsecond |
| AttrNumber | second |
| RangeTblEntry * | rexact1 |
| AttrNumber | exact1 |
| RangeTblEntry * | rexact2 |
| AttrNumber | exact2 |
Definition at line 59 of file parse_relation.c.
| int FuzzyAttrMatchState::distance |
Definition at line 61 of file parse_relation.c.
Referenced by searchRangeTableForCol(), and updateFuzzyAttrMatchState().
| AttrNumber FuzzyAttrMatchState::exact1 |
Definition at line 67 of file parse_relation.c.
Referenced by searchRangeTableForCol().
| AttrNumber FuzzyAttrMatchState::exact2 |
Definition at line 69 of file parse_relation.c.
Referenced by searchRangeTableForCol().
| AttrNumber FuzzyAttrMatchState::first |
Definition at line 63 of file parse_relation.c.
Referenced by updateFuzzyAttrMatchState().
| RangeTblEntry* FuzzyAttrMatchState::rexact1 |
Definition at line 66 of file parse_relation.c.
Referenced by searchRangeTableForCol().
| RangeTblEntry* FuzzyAttrMatchState::rexact2 |
Definition at line 68 of file parse_relation.c.
Referenced by searchRangeTableForCol().
| RangeTblEntry* FuzzyAttrMatchState::rfirst |
Definition at line 62 of file parse_relation.c.
Referenced by searchRangeTableForCol(), and updateFuzzyAttrMatchState().
| RangeTblEntry* FuzzyAttrMatchState::rsecond |
Definition at line 64 of file parse_relation.c.
Referenced by searchRangeTableForCol(), and updateFuzzyAttrMatchState().
| AttrNumber FuzzyAttrMatchState::second |
Definition at line 65 of file parse_relation.c.
Referenced by updateFuzzyAttrMatchState().