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