| Package | Description | 
|---|---|
| mondrian.spi | Contains the server-provider interfaces (SPIs) which user-defined
extensions to Mondrian should implement. | 
| mondrian.spi.impl | Provides implementations of SPIs defined in the  mondrian.spipackage. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<StatisticsProvider> | Dialect. getStatisticsProviders()Returns a list of statistics providers for this dialect. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | JdbcStatisticsProviderImplementation of  StatisticsProviderthat uses JDBC
 metadata calls to count rows and distinct values. | 
| class  | SqlStatisticsProviderImplementation of  StatisticsProviderthat generates
 SQL queries to count rows and distinct values. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected List<StatisticsProvider> | JdbcDialectImpl. computeStatisticsProviders() | 
| List<StatisticsProvider> | JdbcDialectImpl. getStatisticsProviders() | 
Copyright © 2021 Hitachi Vantara. All rights reserved.