MySQL 9.1.0
Source Code Documentation
|
Wrapper for struct ft_hints. More...
#include <handler.h>
Public Member Functions | |
Ft_hints (uint ft_flags) | |
void | set_hint_op (enum ft_operation type, double value) |
Set comparison operation type and and value for master MATCH function. More... | |
void | set_hint_flag (uint ft_flag) |
Set Ft_hints flag. More... | |
void | set_hint_limit (ha_rows ft_limit) |
Set Ft_hints limit. More... | |
ha_rows | get_limit () const |
Get Ft_hints limit. More... | |
double | get_op_value () const |
Get Ft_hints operation value. More... | |
enum ft_operation | get_op_type () const |
Get Ft_hints operation type. More... | |
uint | get_flags () const |
Get Ft_hints flags. More... | |
struct ft_hints * | get_hints () |
Get ft_hints struct. More... | |
Private Attributes | |
struct ft_hints | hints |
Wrapper for struct ft_hints.
|
inlineexplicit |
|
inline |
Get Ft_hints flags.
|
inline |
Get ft_hints struct.
|
inline |
Get Ft_hints limit.
|
inline |
Get Ft_hints operation type.
|
inline |
Get Ft_hints operation value.
|
inline |
Set Ft_hints flag.
ft_flag | Ft_hints flag |
|
inline |
Set Ft_hints limit.
ft_limit | limit |
|
inline |
Set comparison operation type and and value for master MATCH function.
type | comparison operation type |
value | comparison operation value |
|
private |