MySQL 9.1.0
Source Code Documentation
|
#include "sql/join_optimizer/overflow_bitset.h"
#include <stdint.h>
#include <string.h>
#include <bit>
#include "my_alloc.h"
#include "template_utils.h"
Functions | |
bool | OverlapsOverflow (OverflowBitset a, OverflowBitset b) |
bool | IsSubsetOverflow (OverflowBitset a, OverflowBitset b) |
int | PopulationCountOverflow (OverflowBitset x) |
bool IsSubsetOverflow | ( | OverflowBitset | a, |
OverflowBitset | b | ||
) |
bool OverlapsOverflow | ( | OverflowBitset | a, |
OverflowBitset | b | ||
) |
int PopulationCountOverflow | ( | OverflowBitset | x | ) |