klyn.data.internal.QuerySource.providerText
method
public providerText(plan as QueryPlanBase) as String
Description

Returns a privileged provider representation without sensitive values.

Parameters
ParameterDescription
planImmutable typed plan.
Returns

Provider-specific diagnostic text.

Example
print(source.providerText(plan))