Uses of Interface
mondrian.spi.StatisticsProvider
-
Packages that use StatisticsProvider 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 themondrian.spi
package. -
-
Uses of StatisticsProvider in mondrian.spi
Methods in mondrian.spi that return types with arguments of type StatisticsProvider Modifier and Type Method Description List<StatisticsProvider>
Dialect. getStatisticsProviders()
Returns a list of statistics providers for this dialect. -
Uses of StatisticsProvider in mondrian.spi.impl
Classes in mondrian.spi.impl that implement StatisticsProvider Modifier and Type Class Description class
JdbcStatisticsProvider
Implementation ofStatisticsProvider
that uses JDBC metadata calls to count rows and distinct values.class
SqlStatisticsProvider
Implementation ofStatisticsProvider
that generates SQL queries to count rows and distinct values.Methods in mondrian.spi.impl that return types with arguments of type StatisticsProvider Modifier and Type Method Description protected List<StatisticsProvider>
JdbcDialectImpl. computeStatisticsProviders()
List<StatisticsProvider>
JdbcDialectImpl. getStatisticsProviders()
-