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 the
mondrian.spi package. |
Modifier and Type | Method and Description |
---|---|
List<StatisticsProvider> |
Dialect.getStatisticsProviders()
Returns a list of statistics providers for this dialect.
|
Modifier and Type | Class and Description |
---|---|
class |
JdbcStatisticsProvider
Implementation of
StatisticsProvider that uses JDBC
metadata calls to count rows and distinct values. |
class |
SqlStatisticsProvider
Implementation of
StatisticsProvider that generates
SQL queries to count rows and distinct values. |
Modifier and Type | Method and Description |
---|---|
protected List<StatisticsProvider> |
JdbcDialectImpl.computeStatisticsProviders() |
List<StatisticsProvider> |
JdbcDialectImpl.getStatisticsProviders() |
Copyright © 2018 Hitachi Vantara. All rights reserved.