Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
57
bool
58
BlockSampler_HasMore(BlockSampler bs)
59
{
60
return (bs->t < bs->N) && (bs->m < bs->n);
61
}
62
63
BlockNumber
64
BlockSampler_Next(BlockSampler bs)
Callers
2
BlockSampler_Next
Function · 0.85
acquire_sample_rows
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected