MySQL 8.0.40
Source Code Documentation
|
#include <bitset>
Go to the source code of this file.
Classes | |
struct | OrderElement |
Typedefs | |
using | ItemHandle = int |
using | FunctionalDependencySet = std::bitset< kMaxSupportedFDs > |
using | OrderingSet = std::bitset< kMaxSupportedOrderings > |
Functions | |
bool | operator== (const OrderElement &a, const OrderElement &b) |
Variables | |
static constexpr int | kMaxSupportedFDs = 64 |
static constexpr int | kMaxSupportedOrderings = 64 |
using FunctionalDependencySet = std::bitset<kMaxSupportedFDs> |
using ItemHandle = int |
using OrderingSet = std::bitset<kMaxSupportedOrderings> |
|
inline |
|
staticconstexpr |
|
staticconstexpr |