MySQL 8.4.0
Source Code Documentation
MY_BITMAP Struct Reference

#include <my_bitmap.h>

Public Attributes

my_bitmap_mapbitmap {nullptr}
 
uint n_bits {0}
 
my_bitmap_map last_word_mask {0}
 
my_bitmap_maplast_word_ptr {nullptr}
 

Member Data Documentation

◆ bitmap

my_bitmap_map* MY_BITMAP::bitmap {nullptr}

◆ last_word_mask

my_bitmap_map MY_BITMAP::last_word_mask {0}

◆ last_word_ptr

my_bitmap_map* MY_BITMAP::last_word_ptr {nullptr}

◆ n_bits

uint MY_BITMAP::n_bits {0}

The documentation for this struct was generated from the following file: