Package mondrian.spi

Interface ProfileHandler


public interface ProfileHandler
Called when a statement has profile information.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    explain(String plan, QueryTiming timing)
    Called when a statement has finished executing.
  • Method Details

    • explain

      void explain(String plan, QueryTiming timing)
      Called when a statement has finished executing.
      Parameters:
      plan - Annotated plan
      timing - Query timings