PostgreSQL Source Code  git master
BloomOptions Struct Reference

#include <bloom.h>

Data Fields

int32 vl_len_
 
int bloomLength
 
int bitSize [INDEX_MAX_KEYS]
 
double nDistinctPerRange
 
double falsePositiveRate
 

Detailed Description

Definition at line 101 of file bloom.h.

Field Documentation

◆ bitSize

int BloomOptions::bitSize[INDEX_MAX_KEYS]

Definition at line 105 of file bloom.h.

◆ bloomLength

int BloomOptions::bloomLength

Definition at line 104 of file bloom.h.

Referenced by blgetbitmap(), and bloptions().

◆ falsePositiveRate

double BloomOptions::falsePositiveRate

Definition at line 158 of file brin_bloom.c.

◆ nDistinctPerRange

double BloomOptions::nDistinctPerRange

Definition at line 157 of file brin_bloom.c.

◆ vl_len_

int32 BloomOptions::vl_len_

Definition at line 103 of file bloom.h.


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