Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ RowSampler_HasMore
Function
RowSampler_HasMore
src/backend/utils/misc/sampling.c:149–153 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
147
}
148
149
bool
150
RowSampler_HasMore(RowSampler rs)
151
{
152
return (rs->t < rs->N) && (rs->m < rs->n);
153
}
154
155
int64
156
RowSampler_Next(RowSampler rs)
Callers
3
RowSampler_Next
Function · 0.85
appendonly_acquire_sample_rows
Function · 0.85
aoco_acquire_sample_rows
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected