PostgreSQL Source Code
git master
|
#include <bloom.h>
Data Fields | |
int32 | vl_len_ |
int | bloomLength |
int | bitSize [INDEX_MAX_KEYS] |
double | nDistinctPerRange |
double | falsePositiveRate |
int BloomOptions::bitSize[INDEX_MAX_KEYS] |
int BloomOptions::bloomLength |
Definition at line 104 of file bloom.h.
Referenced by blgetbitmap(), and bloptions().
double BloomOptions::falsePositiveRate |
Definition at line 157 of file brin_bloom.c.
double BloomOptions::nDistinctPerRange |
Definition at line 156 of file brin_bloom.c.