PostgreSQL Source Code git master
Loading...
Searching...
No Matches
hyperLogLogState Struct Reference

#include <hyperloglog.h>

Data Fields

uint8 registerWidth
 
Size nRegisters
 
double alphaMM
 
uint8hashesArr
 
Size arrSize
 

Detailed Description

Definition at line 53 of file hyperloglog.h.

Field Documentation

◆ alphaMM

double hyperLogLogState::alphaMM

Definition at line 57 of file hyperloglog.h.

◆ arrSize

Size hyperLogLogState::arrSize

Definition at line 59 of file hyperloglog.h.

◆ hashesArr

uint8* hyperLogLogState::hashesArr

Definition at line 58 of file hyperloglog.h.

◆ nRegisters

Size hyperLogLogState::nRegisters

Definition at line 56 of file hyperloglog.h.

◆ registerWidth

uint8 hyperLogLogState::registerWidth

Definition at line 55 of file hyperloglog.h.


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