Package | Description |
---|---|
mondrian.rolap.aggmatcher |
Defines a 'matcher' which scans the schema to find candidate aggregate tables.
|
Modifier and Type | Field and Description |
---|---|
protected List<AggStar.DimTable> |
AggStar.Table.children |
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. |
Modifier and Type | Method and Description |
---|---|
List<AggStar.DimTable> |
AggStar.Table.getChildTables()
Returns a list of child
AggStar.Table objects. |
Modifier and Type | Method and Description |
---|---|
protected void |
AggStar.Table.addTable(AggStar.DimTable child)
Add a child DimTable table.
|
Copyright © 2018 Hitachi Vantara. All rights reserved.