PostgreSQL Source Code  git master
ParsedWord Struct Reference

#include <ts_utils.h>

Data Fields

uint16 flags
 
uint16 len
 
uint16 nvariant
 
uint16 alen
 
union {
   uint16   pos
 
   uint16 *   apos
 
pos
 
char * word
 

Detailed Description

Definition at line 82 of file ts_utils.h.

Field Documentation

◆ alen

uint16 ParsedWord::alen

Definition at line 87 of file ts_utils.h.

Referenced by make_tsvector(), and parsetext().

◆ apos

uint16* ParsedWord::apos

Definition at line 97 of file ts_utils.h.

◆ flags

uint16 ParsedWord::flags

Definition at line 84 of file ts_utils.h.

Referenced by parsetext(), and pushval_morph().

◆ len

uint16 ParsedWord::len

Definition at line 85 of file ts_utils.h.

Referenced by make_tsvector(), parsetext(), pushval_morph(), and uniqueWORD().

◆ nvariant

uint16 ParsedWord::nvariant

Definition at line 86 of file ts_utils.h.

Referenced by parsetext(), and pushval_morph().

◆ pos [1/2]

uint16 ParsedWord::pos

Definition at line 90 of file ts_utils.h.

Referenced by make_tsvector(), parsetext(), pushval_morph(), and uniqueWORD().

◆  [2/2]

union { ... } ParsedWord::pos

◆ word

char* ParsedWord::word

Definition at line 99 of file ts_utils.h.

Referenced by make_tsvector(), parsetext(), pushval_morph(), and uniqueWORD().


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