PostgreSQL Source Code  git master
LexizeData Struct Reference

Data Fields

TSConfigCacheEntrycfg
 
Oid curDictId
 
int posDict
 
DictSubState dictState
 
ParsedLexcurSub
 
ListParsedLex towork
 
ListParsedLex waste
 
ParsedLexlastRes
 
TSLexemetmpRes
 

Detailed Description

Definition at line 41 of file ts_parse.c.

Field Documentation

◆ cfg

TSConfigCacheEntry* LexizeData::cfg

Definition at line 43 of file ts_parse.c.

Referenced by LexizeExec(), and LexizeInit().

◆ curDictId

Oid LexizeData::curDictId

Definition at line 44 of file ts_parse.c.

Referenced by LexizeExec(), and LexizeInit().

◆ curSub

ParsedLex* LexizeData::curSub

Definition at line 47 of file ts_parse.c.

Referenced by LexizeAddLemm(), LexizeExec(), LexizeInit(), and moveToWaste().

◆ dictState

DictSubState LexizeData::dictState

Definition at line 46 of file ts_parse.c.

Referenced by LexizeExec().

◆ lastRes

ParsedLex* LexizeData::lastRes

Definition at line 56 of file ts_parse.c.

Referenced by LexizeExec(), LexizeInit(), and setNewTmpRes().

◆ posDict

int LexizeData::posDict

Definition at line 45 of file ts_parse.c.

Referenced by LexizeExec(), LexizeInit(), and RemoveHead().

◆ tmpRes

TSLexeme* LexizeData::tmpRes

Definition at line 57 of file ts_parse.c.

Referenced by LexizeExec(), LexizeInit(), and setNewTmpRes().

◆ towork

ListParsedLex LexizeData::towork

Definition at line 48 of file ts_parse.c.

Referenced by LexizeAddLemm(), LexizeExec(), LexizeInit(), moveToWaste(), and RemoveHead().

◆ waste

ListParsedLex LexizeData::waste

Definition at line 49 of file ts_parse.c.

Referenced by LexizeInit(), RemoveHead(), and setCorrLex().


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