PostgreSQL Source Code  git master
DocRepresentation Struct Reference

Data Fields

union {
   struct {
      QueryItem **   items
 
      int16   nitem
 
   }   query
 
   struct {
      QueryItem *   item
 
      WordEntry *   entry
 
   }   map
 
data
 
WordEntryPos pos
 

Detailed Description

Definition at line 499 of file tsrank.c.

Field Documentation

◆ 

union { ... } DocRepresentation::data

◆ entry

WordEntry* DocRepresentation::entry

Definition at line 512 of file tsrank.c.

◆ item

QueryItem* DocRepresentation::item

Definition at line 511 of file tsrank.c.

◆ items

QueryItem** DocRepresentation::items

Definition at line 505 of file tsrank.c.

◆ 

struct { ... } DocRepresentation::map

Referenced by get_docrep().

◆ nitem

int16 DocRepresentation::nitem

Definition at line 506 of file tsrank.c.

◆ pos

WordEntryPos DocRepresentation::pos

Definition at line 515 of file tsrank.c.

Referenced by calc_rank_cd(), Cover(), fillQueryRepresentationData(), and get_docrep().

◆ 

struct { ... } DocRepresentation::query

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