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

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

#include <ddl0fts.h>

Public Attributes

dfield_tm_field {}
 Field contains document string. 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 contains document string.


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