| Package | Description | 
|---|---|
| mondrian.olap | Mondrian's core package, this defines connections and the catalog metamodel, 
and allows you to execute queries. | 
| mondrian.server | Augments the Mondrian engine with server functionality. | 
| Modifier and Type | Method and Description | 
|---|---|
| static 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| ProfileHandler | StatementImpl. getProfileHandler() | 
| ProfileHandler | Statement. getProfileHandler() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | StatementImpl. enableProfiling(ProfileHandler profileHandler) | 
| void | Statement. enableProfiling(ProfileHandler profileHandler)Enables profiling. | 
Copyright © 2021 Hitachi Vantara. All rights reserved.