klyn.data.internal.QuerySource.existsPlan
method
public existsPlan(plan as QueryPlanBase) as Boolean
Description

Executes an existence check that may stop at the first row.

Parameters
ParameterDescription
planImmutable typed plan.
Returns

true when the plan has at least one result.

Example
found = source.existsPlan(plan)