MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
fts_result_t Struct Reference

#include <fts0fts.h>

Collaboration diagram for fts_result_t:

Public Attributes

ib_rbt_node_tcurrent
ib_rbt_trankings_by_id
ib_rbt_trankings_by_rank

Detailed Description

Query result.

Definition at line 251 of file fts0fts.h.

Member Data Documentation

ib_rbt_node_t* fts_result_t::current

Current element

Definition at line 252 of file fts0fts.h.

ib_rbt_t* fts_result_t::rankings_by_id

RB tree of type fts_ranking_t indexed by doc id

Definition at line 254 of file fts0fts.h.

ib_rbt_t* fts_result_t::rankings_by_rank

RB tree of type fts_ranking_t indexed by rank

Definition at line 256 of file fts0fts.h.


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