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

Data Fields

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

Detailed Description

Definition at line 59 of file parse_relation.c.

Field Documentation

◆ distance

int FuzzyAttrMatchState::distance

Definition at line 61 of file parse_relation.c.

◆ exact1

AttrNumber FuzzyAttrMatchState::exact1

Definition at line 67 of file parse_relation.c.

◆ exact2

AttrNumber FuzzyAttrMatchState::exact2

Definition at line 69 of file parse_relation.c.

◆ first

AttrNumber FuzzyAttrMatchState::first

Definition at line 63 of file parse_relation.c.

◆ rexact1

RangeTblEntry* FuzzyAttrMatchState::rexact1

Definition at line 66 of file parse_relation.c.

◆ rexact2

RangeTblEntry* FuzzyAttrMatchState::rexact2

Definition at line 68 of file parse_relation.c.

◆ rfirst

RangeTblEntry* FuzzyAttrMatchState::rfirst

Definition at line 62 of file parse_relation.c.

◆ rsecond

RangeTblEntry* FuzzyAttrMatchState::rsecond

Definition at line 64 of file parse_relation.c.

◆ second

AttrNumber FuzzyAttrMatchState::second

Definition at line 65 of file parse_relation.c.


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