PostgreSQL Source Code git master
Loading...
Searching...
No Matches
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 LexizeInit().

◆ curDictId

Oid LexizeData::curDictId

Definition at line 44 of file ts_parse.c.

◆ curSub

ParsedLex* LexizeData::curSub

Definition at line 47 of file ts_parse.c.

◆ dictState

DictSubState LexizeData::dictState

Definition at line 46 of file ts_parse.c.

◆ lastRes

ParsedLex* LexizeData::lastRes

Definition at line 56 of file ts_parse.c.

◆ posDict

int LexizeData::posDict

Definition at line 45 of file ts_parse.c.

◆ tmpRes

TSLexeme* LexizeData::tmpRes

Definition at line 57 of file ts_parse.c.

◆ towork

ListParsedLex LexizeData::towork

Definition at line 48 of file ts_parse.c.

◆ waste

ListParsedLex LexizeData::waste

Definition at line 49 of file ts_parse.c.


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