Data Fields | |
| uint32 | ndoc |
| uint32 | nentry |
| struct StatEntry * | left |
| struct StatEntry * | right |
| uint32 | lenlexeme |
| char | lexeme [1] |
Definition at line 39 of file tsvector_op.c.
| struct StatEntry* StatEntry::left |
Definition at line 44 of file tsvector_op.c.
Referenced by insertStatEntry(), ts_setup_firstcall(), and walkStatEntryTree().
Definition at line 46 of file tsvector_op.c.
Referenced by insertStatEntry(), and ts_process_call().
| char StatEntry::lexeme[1] |
Definition at line 47 of file tsvector_op.c.
Referenced by insertStatEntry(), and ts_process_call().
Definition at line 41 of file tsvector_op.c.
Referenced by insertStatEntry(), ts_process_call(), and walkStatEntryTree().
Definition at line 43 of file tsvector_op.c.
Referenced by insertStatEntry(), and ts_process_call().
| struct StatEntry* StatEntry::right |
Definition at line 45 of file tsvector_op.c.
Referenced by insertStatEntry(), and walkStatEntryTree().
1.7.1