MySQL 8.4.0
Source Code Documentation
interesting_orders_defs.h File Reference
#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
 

Typedef Documentation

◆ FunctionalDependencySet

◆ ItemHandle

using ItemHandle = int

◆ OrderingSet

using OrderingSet = std::bitset<kMaxSupportedOrderings>

Function Documentation

◆ operator==()

bool operator== ( const OrderElement a,
const OrderElement b 
)
inline

Variable Documentation

◆ kMaxSupportedFDs

constexpr int kMaxSupportedFDs = 64
staticconstexpr

◆ kMaxSupportedOrderings

constexpr int kMaxSupportedOrderings = 64
staticconstexpr