|  | MySQL 9.5.0
    Source Code Documentation | 
Structure stores information from string tokenization operation. More...
| Public Types | |
| using | Token_list = UT_LIST_BASE_NODE_T(Token, m_token_list) | 
| Public Attributes | |
| size_t | m_processed_len {} | 
| Processed string length.  More... | |
| size_t | m_init_pos {} | 
| Doc start position.  More... | |
| size_t | m_handler_id {} | 
| The handler that triggered a buffer full event.  More... | |
| ib_rbt_t * | m_cached_stopword {} | 
| Stopword list.  More... | |
| Token_list | m_token_list {} | 
| Token list.  More... | |
Structure stores information from string tokenization operation.
| ib_rbt_t* ddl::Tokenize_ctx::m_cached_stopword {} | 
Stopword list.
| size_t ddl::Tokenize_ctx::m_handler_id {} | 
The handler that triggered a buffer full event.
| size_t ddl::Tokenize_ctx::m_init_pos {} | 
Doc start position.
| size_t ddl::Tokenize_ctx::m_processed_len {} | 
Processed string length.
| Token_list ddl::Tokenize_ctx::m_token_list {} | 
Token list.