Uses of Class
mondrian.rolap.aggmatcher.AggStar.Table
-
Packages that use AggStar.Table Package Description mondrian.rolap.aggmatcher Defines a 'matcher' which scans the schema to find candidate aggregate tables. -
-
Uses of AggStar.Table in mondrian.rolap.aggmatcher
Subclasses of AggStar.Table in mondrian.rolap.aggmatcher Modifier and Type Class Description class
AggStar.DimTable
This class represents a dimension table.class
AggStar.FactTable
This is an aggregate fact table.Methods in mondrian.rolap.aggmatcher that return AggStar.Table Modifier and Type Method 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.AggStar.Table
AggStar.DimTable. getParent()
AggStar.Table
AggStar.FactTable. getParent()
abstract AggStar.Table
AggStar.Table. getParent()
Get the parent table (returns null if this table is a FactTable).AggStar.Table
AggStar.Table.Column. getTable()
Get the enclosing AggStar.Table.AggStar.Table
AggStar.Table.JoinCondition. getTable()
Get the enclosing AggStar.Table.
-