public class RolapStatisticsCache extends Object
Wrapper around a chain of StatisticsProviders,
 followed by a cache to store the results.
| Constructor and Description | 
|---|
RolapStatisticsCache(RolapStar star)  | 
| Modifier and Type | Method and Description | 
|---|---|
long | 
getColumnCardinality(MondrianDef.Relation relation,
                    MondrianDef.Expression expression,
                    long approxCardinality)  | 
int | 
getColumnCardinality2(DataSource dataSource,
                     Dialect dialect,
                     String catalog,
                     String schema,
                     String table,
                     String column)  | 
long | 
getRelationCardinality(MondrianDef.Relation relation,
                      String alias,
                      long approxRowCount)  | 
public RolapStatisticsCache(RolapStar star)
public long getRelationCardinality(MondrianDef.Relation relation, String alias, long approxRowCount)
public long getColumnCardinality(MondrianDef.Relation relation, MondrianDef.Expression expression, long approxCardinality)
Copyright © 2019 Hitachi Vantara. All rights reserved.