PostgreSQL Source Code  git master
BernoulliSamplerData Struct Reference

Data Fields

uint64 cutoff
 
uint32 seed
 
OffsetNumber lt
 

Detailed Description

Definition at line 37 of file bernoulli.c.

Field Documentation

◆ cutoff

uint64 BernoulliSamplerData::cutoff

Definition at line 39 of file bernoulli.c.

Referenced by bernoulli_beginsamplescan().

◆ lt

OffsetNumber BernoulliSamplerData::lt

Definition at line 41 of file bernoulli.c.

Referenced by bernoulli_beginsamplescan(), and bernoulli_nextsampletuple().

◆ seed

uint32 BernoulliSamplerData::seed

Definition at line 40 of file bernoulli.c.

Referenced by bernoulli_beginsamplescan(), and bernoulli_nextsampletuple().


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