Table of Contents

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

top int

The number of rows the caller asked for.

skip int

The number of rows the caller asked to skip.

Returns

int

The per-lane candidate count.