MySQL 8.3.0
Source Code Documentation
fts_word_t Struct Reference

Word text plus it's array of nodes as on disk in FTS index. More...

#include <fts0types.h>

Public Attributes

fts_string_t text
 Word value in UTF-8. More...
 
ib_vector_tnodes
 Nodes read from disk. More...
 
ib_alloc_theap_alloc
 For handling all allocations. More...
 

Detailed Description

Word text plus it's array of nodes as on disk in FTS index.

Member Data Documentation

◆ heap_alloc

ib_alloc_t* fts_word_t::heap_alloc

For handling all allocations.

◆ nodes

ib_vector_t* fts_word_t::nodes

Nodes read from disk.

◆ text

fts_string_t fts_word_t::text

Word value in UTF-8.


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