reportErrors method

void reportErrors(
  1. SqlInvocation call,
  2. AnalysisContext context
)

Can optionally be used by implementations to provide AnalysisErrors from the call.

Errors should be reported via AnalysisContext.reportError.

Implementation

void reportErrors(SqlInvocation call, AnalysisContext context) {}