PostgreSQL Source Code  git master
FuzzyAttrMatchState Struct Reference

Data Fields

int distance
 
RangeTblEntryrfirst
 
AttrNumber first
 
RangeTblEntryrsecond
 
AttrNumber second
 
RangeTblEntryrexact1
 
AttrNumber exact1
 
RangeTblEntryrexact2
 
AttrNumber exact2
 

Detailed Description

Definition at line 62 of file parse_relation.c.

Field Documentation

◆ distance

int FuzzyAttrMatchState::distance

Definition at line 64 of file parse_relation.c.

Referenced by searchRangeTableForCol(), and updateFuzzyAttrMatchState().

◆ exact1

AttrNumber FuzzyAttrMatchState::exact1

Definition at line 70 of file parse_relation.c.

Referenced by searchRangeTableForCol().

◆ exact2

AttrNumber FuzzyAttrMatchState::exact2

Definition at line 72 of file parse_relation.c.

Referenced by searchRangeTableForCol().

◆ first

AttrNumber FuzzyAttrMatchState::first

Definition at line 66 of file parse_relation.c.

Referenced by updateFuzzyAttrMatchState().

◆ rexact1

RangeTblEntry* FuzzyAttrMatchState::rexact1

Definition at line 69 of file parse_relation.c.

Referenced by searchRangeTableForCol().

◆ rexact2

RangeTblEntry* FuzzyAttrMatchState::rexact2

Definition at line 71 of file parse_relation.c.

Referenced by searchRangeTableForCol().

◆ rfirst

RangeTblEntry* FuzzyAttrMatchState::rfirst

Definition at line 65 of file parse_relation.c.

Referenced by searchRangeTableForCol(), and updateFuzzyAttrMatchState().

◆ rsecond

RangeTblEntry* FuzzyAttrMatchState::rsecond

Definition at line 67 of file parse_relation.c.

Referenced by searchRangeTableForCol(), and updateFuzzyAttrMatchState().

◆ second

AttrNumber FuzzyAttrMatchState::second

Definition at line 68 of file parse_relation.c.

Referenced by updateFuzzyAttrMatchState().


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