MySQL 8.3.0
Source Code Documentation
fts_result_t Struct Reference

Query result. More...

#include <fts0fts.h>

Public Attributes

ib_rbt_node_tcurrent
 Current element. More...
 
ib_rbt_trankings_by_id
 RB tree of type fts_ranking_t indexed by doc id. More...
 
ib_rbt_trankings_by_rank
 RB tree of type fts_ranking_t indexed by rank. More...
 

Detailed Description

Query result.

Member Data Documentation

◆ current

ib_rbt_node_t* fts_result_t::current

Current element.

◆ rankings_by_id

ib_rbt_t* fts_result_t::rankings_by_id

RB tree of type fts_ranking_t indexed by doc id.

◆ rankings_by_rank

ib_rbt_t* fts_result_t::rankings_by_rank

RB tree of type fts_ranking_t indexed by rank.


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