MySQL 8.0.40
Source Code Documentation
|
Query result. More...
#include <fts0fts.h>
Public Attributes | |
ib_rbt_node_t * | current |
Current element. More... | |
ib_rbt_t * | rankings_by_id |
RB tree of type fts_ranking_t indexed by doc id. More... | |
ib_rbt_t * | rankings_by_rank |
RB tree of type fts_ranking_t indexed by rank. More... | |
Query result.
ib_rbt_node_t* fts_result_t::current |
Current element.
ib_rbt_t* fts_result_t::rankings_by_id |
RB tree of type fts_ranking_t indexed by doc id.
ib_rbt_t* fts_result_t::rankings_by_rank |
RB tree of type fts_ranking_t indexed by rank.