MySQL 8.4.9
Source Code Documentation
ddl::FTS::Doc_item Struct Reference

Information about temporary files used in merge sort. More...

#include <ddl0fts.h>

Public Attributes

dfield_t m_field {}
 Field which contains a document string to index. More...
 
doc_id_t m_doc_id {}
 Document ID. More...
 

Detailed Description

Information about temporary files used in merge sort.

This structure defines information the scan thread will fetch and put to the linked list for parallel tokenization/sort threads to process

Member Data Documentation

◆ m_doc_id

doc_id_t ddl::FTS::Doc_item::m_doc_id {}

Document ID.

◆ m_field

dfield_t ddl::FTS::Doc_item::m_field {}

Field which contains a document string to index.


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