Uses of Class
mondrian.rolap.aggmatcher.AggStar.DimTable
Package
Description
Defines a 'matcher' which scans the schema to find candidate aggregate tables.
-
Uses of AggStar.DimTable in mondrian.rolap.aggmatcher
Modifier and TypeMethodDescriptionprotected 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.Modifier and TypeMethodDescriptionAggStar.Table.getChildTables()
Returns a list of childAggStar.Table
objects.Modifier and TypeMethodDescriptionprotected void
AggStar.Table.addTable
(AggStar.DimTable child) Add a child DimTable table.