MySQL 8.4.0
Source Code Documentation
btr_search_sys_t Class Reference

The hash index system. More...

#include <btr0sea.h>

Classes

class  search_part_t
 

Public Member Functions

 btr_search_sys_t (size_t hash_size)
 

Public Attributes

ut::unique_ptr_aligned< search_part_t[]> parts
 Partitions of the AHI system. More...
 

Detailed Description

The hash index system.

Constructor & Destructor Documentation

◆ btr_search_sys_t()

btr_search_sys_t::btr_search_sys_t ( size_t  hash_size)

Member Data Documentation

◆ parts

ut::unique_ptr_aligned<search_part_t[]> btr_search_sys_t::parts

Partitions of the AHI system.


The documentation for this class was generated from the following files: