klyn.data.spi.ProviderCapabilities.validate
method
public validate(plan as QueryPlanView) as Void:
Description

Validates every feature required by a public plan view.

Validation is deliberately provider-I/O free and identifies the exact unsupported capability before an execution resource is opened.

Parameters
ParameterDescription
planProvider-safe plan summary.
Throws
  • ProviderCapabilityException when a required feature is absent.
Example
capabilities.validate(query.plan)