Mondrian generally finds statistics providers via the {@link Dialect#getStatisticsProviders} method on the dialect object for thecurrent connection. The default implementation of that method looks first at the "mondrian.statistics.providers.DATABASE" property (substituting the current database name, e.g. MYSQL or ORACLE, for DATABASE), then at the {@link mondrian.olap.MondrianProperties#StatisticsProviders "mondrian.statistics.providers"}property.
@see mondrian.spi.impl.JdbcStatisticsProvider @see mondrian.spi.impl.SqlStatisticsProvider
|
|