|
PostgreSQL Source Code git master
|
#include <ts_type.h>
Data Fields | |
| uint32 | haspos:1 |
| uint32 | len:11 |
| uint32 | pos:20 |
| uint32 WordEntry::haspos |
Definition at line 44 of file ts_type.h.
Referenced by calc_rank_and(), calc_rank_or(), checkclass_str(), get_docrep(), make_tsvector(), tsvector_concat(), tsvectorin(), and uniqueentry().
| uint32 WordEntry::len |
Definition at line 45 of file ts_type.h.
Referenced by checkclass_str(), gtsvector_compress(), make_tsvector(), tsvector_concat(), tsvectorin(), tsvectorout(), and uniqueentry().
| uint32 WordEntry::pos |
Definition at line 46 of file ts_type.h.
Referenced by checkclass_str(), get_docrep(), gtsvector_compress(), make_tsvector(), tsvector_concat(), tsvectorin(), tsvectorout(), and uniqueentry().