Uses of Class
mondrian.rolap.aggmatcher.AggStar.Table
Package
Description
Defines a 'matcher' which scans the schema to find candidate aggregate tables.
-
Uses of AggStar.Table in mondrian.rolap.aggmatcher
Modifier and TypeClassDescriptionclass
This class represents a dimension table.class
This is an aggregate fact table.Modifier and TypeMethodDescriptionAggStar.Table.findDescendant
(String name) Find descendant of fact table with given name or return null.Find a table by name (alias) that is a descendant of the base fact table.AggStar.DimTable.getParent()
AggStar.FactTable.getParent()
abstract AggStar.Table
AggStar.Table.getParent()
Get the parent table (returns null if this table is a FactTable).AggStar.Table.Column.getTable()
Get the enclosing AggStar.Table.AggStar.Table.JoinCondition.getTable()
Get the enclosing AggStar.Table.