MySQL 8.3.0
Source Code Documentation
my_table_map.h File Reference
#include <stdint.h>

Go to the source code of this file.

Typedefs

using table_map = uint64_t
 
using nesting_map = uint64_t
 
using qep_tab_map = uint64_t
 

Functions

static bool ContainsTable (uint64_t map, unsigned idx)
 

Typedef Documentation

◆ nesting_map

using nesting_map = uint64_t

◆ qep_tab_map

using qep_tab_map = uint64_t

◆ table_map

using table_map = uint64_t

Function Documentation

◆ ContainsTable()

static bool ContainsTable ( uint64_t  map,
unsigned  idx 
)
inlinestatic