PostgreSQL Source Code git master
|
Data Fields | |
uint32 | ndoc |
uint32 | nentry |
struct StatEntry * | left |
struct StatEntry * | right |
uint32 | lenlexeme |
char | lexeme [FLEXIBLE_ARRAY_MEMBER] |
Definition at line 45 of file tsvector_op.c.
struct StatEntry* StatEntry::left |
Definition at line 50 of file tsvector_op.c.
Referenced by insertStatEntry(), ts_setup_firstcall(), and walkStatEntryTree().
uint32 StatEntry::lenlexeme |
Definition at line 52 of file tsvector_op.c.
Referenced by insertStatEntry(), and ts_process_call().
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().
uint32 StatEntry::ndoc |
Definition at line 47 of file tsvector_op.c.
Referenced by insertStatEntry(), ts_process_call(), and walkStatEntryTree().
uint32 StatEntry::nentry |
Definition at line 49 of file tsvector_op.c.
Referenced by insertStatEntry(), and ts_process_call().
struct StatEntry* StatEntry::right |
Definition at line 51 of file tsvector_op.c.
Referenced by insertStatEntry(), and walkStatEntryTree().