MySQL 9.0.0
Source Code Documentation
fts_phrase_param_t Struct Reference

Parameter passed to fts phrase match by parser. More...

Public Attributes

fts_phrase_tphrase
 Match phrase instance. More...
 
ulint token_index
 Index of token to match next. More...
 
mem_heap_theap
 Heap for word processing. More...
 

Detailed Description

Parameter passed to fts phrase match by parser.

Member Data Documentation

◆ heap

mem_heap_t* fts_phrase_param_t::heap

Heap for word processing.

◆ phrase

fts_phrase_t* fts_phrase_param_t::phrase

Match phrase instance.

◆ token_index

ulint fts_phrase_param_t::token_index

Index of token to match next.


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