Uses of Interface
mondrian.spi.StatisticsProvider
Packages that use StatisticsProvider
Package
Description
Contains the server-provider interfaces (SPIs) which user-defined
extensions to Mondrian should implement.
Provides implementations of SPIs defined in the
mondrian.spi
package.-
Uses of StatisticsProvider in mondrian.spi
Methods in mondrian.spi that return types with arguments of type StatisticsProviderModifier and TypeMethodDescriptionDialect.getStatisticsProviders()
Returns a list of statistics providers for this dialect. -
Uses of StatisticsProvider in mondrian.spi.impl
Classes in mondrian.spi.impl that implement StatisticsProviderModifier and TypeClassDescriptionclass
Implementation ofStatisticsProvider
that uses JDBC metadata calls to count rows and distinct values.class
Implementation ofStatisticsProvider
that generates SQL queries to count rows and distinct values.Methods in mondrian.spi.impl that return types with arguments of type StatisticsProviderModifier and TypeMethodDescriptionprotected List<StatisticsProvider>
JdbcDialectImpl.computeStatisticsProviders()
JdbcDialectImpl.getStatisticsProviders()