PostgreSQL Source Code: WordEntry Struct Reference (original) (raw)

WordEntry Struct Reference

#include <[ts_type.h](ts%5F%5Ftype%5F8h%5Fsource.html)>

Data Fields
uint32 haspos:1
uint32 len:11
uint32 pos:20

Detailed Description

Field Documentation

haspos

Definition at line 44 of file ts_type.h.

Referenced by add_pos(), array_to_tsvector(), calc_rank_and(), calc_rank_or(), checkclass_str(), get_docrep(), insertStatEntry(), make_tsvector(), silly_cmp_tsvector(), tsvector_concat(), tsvector_delete_by_indices(), tsvectorin(), tsvectorrecv(), and uniqueentry().

len

Definition at line 45 of file ts_type.h.

Referenced by array_to_tsvector(), checkclass_str(), checkcondition_str(), compute_tsvector_stats(), gin_extract_tsvector(), gtsvector_compress(), insertStatEntry(), make_tsvector(), silly_cmp_tsvector(), tsvector_concat(), tsvector_delete_by_indices(), tsvector_filter(), tsvector_strip(), tsvectorin(), tsvectorout(), tsvectorrecv(), tsvectorsend(), and uniqueentry().

pos

Definition at line 46 of file ts_type.h.

Referenced by array_to_tsvector(), checkclass_str(), checkcondition_str(), compute_tsvector_stats(), gin_extract_tsvector(), gtsvector_compress(), insertStatEntry(), make_tsvector(), silly_cmp_tsvector(), tsvector_concat(), tsvectorin(), tsvectorout(), tsvectorrecv(), tsvectorsend(), and uniqueentry().


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