![]()  | 
  
    MySQL 9.5.0
    
   Source Code Documentation 
   | 
 
Opt_hints_map contains information about hint state(specified or not, hint value). More...
#include <opt_hints.h>
Public Member Functions | |
| bool | is_specified (opt_hints_enum type_arg) const | 
| Check if hint is specified.  More... | |
| void | set_switch (opt_hints_enum type_arg, bool switch_state_arg) | 
| Set switch value and set hint into specified state.  More... | |
| bool | switch_on (opt_hints_enum type_arg) const | 
| Get switch value.  More... | |
Private Attributes | |
| Bitmap< 64 > | hints | 
| Bitmap< 64 > | hints_specified | 
Opt_hints_map contains information about hint state(specified or not, hint value).
      
  | 
  inline | 
Check if hint is specified.
| type_arg | hint type | 
      
  | 
  inline | 
Set switch value and set hint into specified state.
| type_arg | hint type | 
| switch_state_arg | switch value | 
      
  | 
  inline | 
Get switch value.
| type_arg | hint type | 
      
  | 
  private | 
      
  | 
  private |