Method ResolveCandidateCount
- Namespace
- Qavren.Edge.VectorData
- Assembly
- Qavren.Edge.VectorData.dll
ResolveCandidateCount(int, int)
The value bound to $cand in
BuildHybridRrfSql(bool, bool):
(top + skip) * CandidateMultiplier, capped at MaxCandidateCount.
public int ResolveCandidateCount(int top, int skip)
Parameters
topintThe number of rows the caller asked for.
skipintThe number of rows the caller asked to skip.
Returns
- int
The per-lane candidate count.