PostgreSQL Source Code
git master
|
#include <hyperloglog.h>
Data Fields | |
uint8 | registerWidth |
Size | nRegisters |
double | alphaMM |
uint8 * | hashesArr |
Size | arrSize |
Definition at line 53 of file hyperloglog.h.
double hyperLogLogState::alphaMM |
Definition at line 57 of file hyperloglog.h.
Referenced by estimateHyperLogLog(), and initHyperLogLog().
Size hyperLogLogState::arrSize |
Definition at line 59 of file hyperloglog.h.
Referenced by initHyperLogLog().
uint8* hyperLogLogState::hashesArr |
Definition at line 58 of file hyperloglog.h.
Referenced by addHyperLogLog(), estimateHyperLogLog(), freeHyperLogLog(), and initHyperLogLog().
Size hyperLogLogState::nRegisters |
Definition at line 56 of file hyperloglog.h.
Referenced by estimateHyperLogLog(), and initHyperLogLog().
uint8 hyperLogLogState::registerWidth |
Definition at line 55 of file hyperloglog.h.
Referenced by addHyperLogLog(), and initHyperLogLog().