Uses of Class
mondrian.rolap.aggmatcher.AggStar.DimTable
-
Packages that use AggStar.DimTable Package Description mondrian.rolap.aggmatcher Defines a 'matcher' which scans the schema to find candidate aggregate tables. -
-
Uses of AggStar.DimTable in mondrian.rolap.aggmatcher
Fields in mondrian.rolap.aggmatcher with type parameters of type AggStar.DimTable Modifier and Type Field Description protected List<AggStar.DimTable>
AggStar.Table. children
Methods in mondrian.rolap.aggmatcher that return AggStar.DimTable Modifier and Type Method Description protected AggStar.DimTable
AggStar.Table. convertTable(RolapStar.Table rTable, JdbcSchema.Table.Column.Usage usage)
Converts aRolapStar.Table
into aAggStar.DimTable
as well as converting all columns and child tables.Methods in mondrian.rolap.aggmatcher that return types with arguments of type AggStar.DimTable Modifier and Type Method Description List<AggStar.DimTable>
AggStar.Table. getChildTables()
Returns a list of childAggStar.Table
objects.Methods in mondrian.rolap.aggmatcher with parameters of type AggStar.DimTable Modifier and Type Method Description protected void
AggStar.Table. addTable(AggStar.DimTable child)
Add a child DimTable table.
-