PostgreSQL Source Code  git master
TSParserCacheEntry Struct Reference

#include <ts_cache.h>

Data Fields

Oid prsId
 
bool isvalid
 
Oid startOid
 
Oid tokenOid
 
Oid endOid
 
Oid headlineOid
 
Oid lextypeOid
 
FmgrInfo prsstart
 
FmgrInfo prstoken
 
FmgrInfo prsend
 
FmgrInfo prsheadline
 

Detailed Description

Definition at line 30 of file ts_cache.h.

Field Documentation

◆ endOid

Oid TSParserCacheEntry::endOid

Definition at line 38 of file ts_cache.h.

Referenced by lookup_ts_parser_cache().

◆ headlineOid

Oid TSParserCacheEntry::headlineOid

Definition at line 39 of file ts_cache.h.

Referenced by lookup_ts_parser_cache(), and ts_headline_byid_opt().

◆ isvalid

bool TSParserCacheEntry::isvalid

Definition at line 34 of file ts_cache.h.

Referenced by lookup_ts_parser_cache().

◆ lextypeOid

Oid TSParserCacheEntry::lextypeOid

Definition at line 40 of file ts_cache.h.

Referenced by getTokenTypes(), lookup_ts_parser_cache(), and tt_setup_firstcall().

◆ prsend

FmgrInfo TSParserCacheEntry::prsend

Definition at line 47 of file ts_cache.h.

Referenced by hlparsetext(), lookup_ts_parser_cache(), parsetext(), and prs_setup_firstcall().

◆ prsheadline

FmgrInfo TSParserCacheEntry::prsheadline

Definition at line 48 of file ts_cache.h.

Referenced by headline_json_value(), lookup_ts_parser_cache(), and ts_headline_byid_opt().

◆ prsId

Oid TSParserCacheEntry::prsId

Definition at line 33 of file ts_cache.h.

Referenced by lookup_ts_parser_cache().

◆ prsstart

FmgrInfo TSParserCacheEntry::prsstart

Definition at line 45 of file ts_cache.h.

Referenced by hlparsetext(), lookup_ts_parser_cache(), parsetext(), and prs_setup_firstcall().

◆ prstoken

FmgrInfo TSParserCacheEntry::prstoken

Definition at line 46 of file ts_cache.h.

Referenced by hlparsetext(), lookup_ts_parser_cache(), parsetext(), and prs_setup_firstcall().

◆ startOid

Oid TSParserCacheEntry::startOid

Definition at line 36 of file ts_cache.h.

Referenced by lookup_ts_parser_cache().

◆ tokenOid

Oid TSParserCacheEntry::tokenOid

Definition at line 37 of file ts_cache.h.

Referenced by lookup_ts_parser_cache().


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