PostgreSQL Source Code  git master
TSVectorStat Struct Reference

Data Fields

int32 weight
 
uint32 maxdepth
 
StatEntry ** stack
 
uint32 stackpos
 
StatEntryroot
 

Detailed Description

Definition at line 58 of file tsvector_op.c.

Field Documentation

◆ maxdepth

uint32 TSVectorStat::maxdepth

Definition at line 62 of file tsvector_op.c.

◆ root

StatEntry* TSVectorStat::root

Definition at line 67 of file tsvector_op.c.

◆ stack

StatEntry** TSVectorStat::stack

Definition at line 64 of file tsvector_op.c.

◆ stackpos

uint32 TSVectorStat::stackpos

Definition at line 65 of file tsvector_op.c.

◆ weight

int32 TSVectorStat::weight

Definition at line 60 of file tsvector_op.c.


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