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.spipackage. -
-
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 classJdbcStatisticsProviderImplementation ofStatisticsProviderthat uses JDBC metadata calls to count rows and distinct values.classSqlStatisticsProviderImplementation ofStatisticsProviderthat 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()
-