Package mondrian.spi
Interface ProfileHandler
-
public interface ProfileHandlerCalled when a statement has profile information.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexplain(String plan, QueryTiming timing)Called when a statement has finished executing.
-
-
-
Method Detail
-
explain
void explain(String plan, QueryTiming timing)
Called when a statement has finished executing.- Parameters:
plan- Annotated plantiming- Query timings
-
-