MCPcopy Create free account
hub / github.com/apache/cloudberry / BlockSampler_HasMore

Function BlockSampler_HasMore

src/backend/utils/misc/sampling.c:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57bool
58BlockSampler_HasMore(BlockSampler bs)
59{
60 return (bs->t < bs->N) && (bs->m < bs->n);
61}
62
63BlockNumber
64BlockSampler_Next(BlockSampler bs)

Callers 2

BlockSampler_NextFunction · 0.85
acquire_sample_rowsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected