Uses of Interface
mondrian.spi.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
Modifier and TypeMethodDescriptionDialect.getStatisticsProviders()
Returns a list of statistics providers for this dialect. -
Uses of StatisticsProvider in mondrian.spi.impl
Modifier 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.Modifier and TypeMethodDescriptionprotected List<StatisticsProvider>
JdbcDialectImpl.computeStatisticsProviders()
JdbcDialectImpl.getStatisticsProviders()