PostgreSQL Source Code
git master
|
#include <sampling.h>
Data Fields | |
BlockNumber | N |
int | n |
BlockNumber | t |
int | m |
pg_prng_state | randstate |
Definition at line 28 of file sampling.h.
int BlockSamplerData::m |
Definition at line 33 of file sampling.h.
Referenced by acquire_sample_rows(), BlockSampler_HasMore(), BlockSampler_Init(), and BlockSampler_Next().
BlockNumber BlockSamplerData::N |
Definition at line 30 of file sampling.h.
Referenced by BlockSampler_HasMore(), BlockSampler_Init(), and BlockSampler_Next().
int BlockSamplerData::n |
Definition at line 31 of file sampling.h.
Referenced by BlockSampler_HasMore(), BlockSampler_Init(), and BlockSampler_Next().
pg_prng_state BlockSamplerData::randstate |
Definition at line 34 of file sampling.h.
Referenced by BlockSampler_Init(), and BlockSampler_Next().
BlockNumber BlockSamplerData::t |
Definition at line 32 of file sampling.h.
Referenced by BlockSampler_HasMore(), BlockSampler_Init(), and BlockSampler_Next().