klyn.data.internal.QuerySource.countPlan
method
public countPlan(plan as QueryPlanBase) as Long
Description

Executes an exact provider-side count where possible.

Parameters
ParameterDescription
planImmutable typed plan.
Returns

Exact result count.

Example
total = source.countPlan(plan)