| Package | Description | 
|---|---|
| mondrian.rolap.aggmatcher | 
 Defines a 'matcher' which scans the schema to find candidate aggregate tables. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
JdbcSchema.Table.Column.Usage | 
JdbcSchema.Table.Column.newUsage(JdbcSchema.UsageType usageType)
Create a new usage of a given column type. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Iterator<JdbcSchema.Table.Column.Usage> | 
JdbcSchema.Table.getColumnUsages(JdbcSchema.UsageType usageType)
Returns an iterator over all column usages of a given type. 
 | 
List<JdbcSchema.Table.Column.Usage> | 
JdbcSchema.Table.Column.getUsages()
Returns an iterator over all usages. 
 | 
Iterator<JdbcSchema.Table.Column.Usage> | 
JdbcSchema.Table.Column.getUsages(JdbcSchema.UsageType usageType)
Returns an iterator over all usages of the given column type. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected AggStar.DimTable | 
AggStar.Table.convertTable(RolapStar.Table rTable,
            JdbcSchema.Table.Column.Usage usage)
Converts a  
RolapStar.Table into a
 AggStar.DimTable as well as converting all columns and
 child tables. | 
Copyright © 2017 Hitachi Vantara. All rights reserved.