fix: correctly use reservoir_get_next_S when building ivfflat

This commit is contained in:
lychen0613
2026-04-14 17:57:40 +08:00
parent 17916cad00
commit 352ec5be29
2 changed files with 5 additions and 1 deletions

View File

@@ -213,6 +213,7 @@ typedef struct IvfflatBuildState
/* Sampling */
BlockSamplerData bs;
ReservoirStateData rstate;
double samplerows;
int rowstoskip;
/* Sorting */