MySQL 9.0.0
Source Code Documentation
hashtable Struct Reference

#include <completion_hash.h>

Public Attributes

uint nTableSize
 
uint initialized
 
MEM_ROOT mem_root
 
uint(* pHashFunction )(const char *arKey, uint nKeyLength)
 
Bucket ** arBuckets
 

Member Data Documentation

◆ arBuckets

Bucket** hashtable::arBuckets

◆ initialized

uint hashtable::initialized

◆ mem_root

MEM_ROOT hashtable::mem_root

◆ nTableSize

uint hashtable::nTableSize

◆ pHashFunction

uint(* hashtable::pHashFunction) (const char *arKey, uint nKeyLength)

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