MCPcopy 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
149bool
150RowSampler_HasMore(RowSampler rs)
151{
152 return (rs->t < rs->N) && (rs->m < rs->n);
153}
154
155int64
156RowSampler_Next(RowSampler rs)

Callers 3

RowSampler_NextFunction · 0.85
aoco_acquire_sample_rowsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected