PostgreSQL Source Code
git master
|
Data Fields | |
LexemeHashKey | key |
int | frequency |
int | delta |
Datum | key |
int | last_container |
Definition at line 33 of file ts_typanalyze.c.
int TrackItem::delta |
Definition at line 37 of file ts_typanalyze.c.
Referenced by compute_array_stats(), compute_tsvector_stats(), prune_element_hashtable(), and prune_lexemes_hashtable().
int TrackItem::frequency |
Definition at line 36 of file ts_typanalyze.c.
Referenced by compute_array_stats(), compute_tsvector_stats(), prune_element_hashtable(), prune_lexemes_hashtable(), and trackitem_compare_frequencies_desc().
LexemeHashKey TrackItem::key |
Definition at line 35 of file ts_typanalyze.c.
Referenced by compute_array_stats(), compute_tsvector_stats(), prune_element_hashtable(), and prune_lexemes_hashtable().
Datum TrackItem::key |
Definition at line 70 of file array_typanalyze.c.
int TrackItem::last_container |
Definition at line 73 of file array_typanalyze.c.
Referenced by compute_array_stats().