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

Data Fields
uint32 ndoc
uint32 nentry
struct StatEntry * left
struct StatEntry * right
uint32 lenlexeme
char lexeme [FLEXIBLE_ARRAY_MEMBER]

Detailed Description

Definition at line 45 of file tsvector_op.c.

Field Documentation

left

struct StatEntry* StatEntry::left

Definition at line 50 of file tsvector_op.c.

Referenced by insertStatEntry(), ts_setup_firstcall(), and walkStatEntryTree().

lenlexeme

uint32 StatEntry::lenlexeme

Definition at line 52 of file tsvector_op.c.

Referenced by insertStatEntry(), and ts_process_call().

lexeme

char StatEntry::lexeme[FLEXIBLE_ARRAY_MEMBER]

Definition at line 53 of file tsvector_op.c.

Referenced by insertStatEntry(), ts_process_call(), tsvector_bsearch(), and tsvector_delete_str().

ndoc

uint32 StatEntry::ndoc

Definition at line 47 of file tsvector_op.c.

Referenced by insertStatEntry(), ts_process_call(), and walkStatEntryTree().

nentry

uint32 StatEntry::nentry

Definition at line 49 of file tsvector_op.c.

Referenced by insertStatEntry(), and ts_process_call().

right

struct StatEntry* StatEntry::right

Definition at line 51 of file tsvector_op.c.

Referenced by insertStatEntry(), and walkStatEntryTree().


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