Uses of Class
mondrian.olap.QueryTiming
Package
Description
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
Implements the data access layer for the olap package.
Augments the Mondrian engine with server functionality.
Contains the server-provider interfaces (SPIs) which user-defined
extensions to Mondrian should implement.
-
Uses of QueryTiming in mondrian.olap
Modifier and TypeMethodDescriptionEvaluator.getTiming()
Returns the query timing context for this execution.Modifier and TypeMethodDescriptionstatic void
Util.explain
(ProfileHandler handler, String title, Calc calc, QueryTiming timing) Called during major steps of executing a MDX query to provide insight into Calc calls/times and key function calls/times. -
Uses of QueryTiming in mondrian.rolap
-
Uses of QueryTiming in mondrian.server
-
Uses of QueryTiming in mondrian.spi
Modifier and TypeMethodDescriptionvoid
ProfileHandler.explain
(String plan, QueryTiming timing) Called when a statement has finished executing.