| Package | Description | 
|---|---|
| mondrian.rolap.aggmatcher | 
 Defines a 'matcher' which scans the schema to find candidate aggregate tables. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AggStar.DimTable
This class represents a dimension table. 
 | 
class  | 
AggStar.FactTable
This is an aggregate fact table. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AggStar.Table | 
AggStar.Table.findDescendant(String name)
Find descendant of fact table with given name or return null. 
 | 
AggStar.Table | 
AggStar.findTable(String name)
Find a table by name (alias) that is a descendant of the base
 fact table. 
 | 
abstract AggStar.Table | 
AggStar.Table.getParent()
Get the parent table (returns null if this table is a FactTable). 
 | 
AggStar.Table | 
AggStar.FactTable.getParent()  | 
AggStar.Table | 
AggStar.DimTable.getParent()  | 
AggStar.Table | 
AggStar.Table.JoinCondition.getTable()
Get the enclosing AggStar.Table. 
 | 
AggStar.Table | 
AggStar.Table.Column.getTable()
Get the enclosing AggStar.Table. 
 | 
Copyright © 2017 Hitachi Vantara. All rights reserved.