|
PostgreSQL Source Code git master
|
#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 |
Definition at line 30 of file ts_cache.h.
| Oid TSParserCacheEntry::endOid |
Definition at line 38 of file ts_cache.h.
Referenced by lookup_ts_parser_cache().
| Oid TSParserCacheEntry::headlineOid |
Definition at line 39 of file ts_cache.h.
Referenced by lookup_ts_parser_cache(), and ts_headline_byid_opt().
| bool TSParserCacheEntry::isvalid |
Definition at line 34 of file ts_cache.h.
Referenced by lookup_ts_parser_cache().
| Oid TSParserCacheEntry::lextypeOid |
Definition at line 40 of file ts_cache.h.
Referenced by getTokenTypes(), lookup_ts_parser_cache(), and tt_setup_firstcall().
| FmgrInfo TSParserCacheEntry::prsend |
Definition at line 47 of file ts_cache.h.
Referenced by hlparsetext(), lookup_ts_parser_cache(), parsetext(), and prs_setup_firstcall().
| 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().
| Oid TSParserCacheEntry::prsId |
Definition at line 33 of file ts_cache.h.
Referenced by lookup_ts_parser_cache().
| FmgrInfo TSParserCacheEntry::prsstart |
Definition at line 45 of file ts_cache.h.
Referenced by hlparsetext(), lookup_ts_parser_cache(), parsetext(), and prs_setup_firstcall().
| FmgrInfo TSParserCacheEntry::prstoken |
Definition at line 46 of file ts_cache.h.
Referenced by hlparsetext(), lookup_ts_parser_cache(), parsetext(), and prs_setup_firstcall().
| Oid TSParserCacheEntry::startOid |
Definition at line 36 of file ts_cache.h.
Referenced by lookup_ts_parser_cache().
| Oid TSParserCacheEntry::tokenOid |
Definition at line 37 of file ts_cache.h.
Referenced by lookup_ts_parser_cache().