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 classAggStar.DimTableThis class represents a dimension table.classAggStar.FactTableThis is an aggregate fact table.Methods in mondrian.rolap.aggmatcher that return AggStar.Table Modifier and Type Method Description AggStar.TableAggStar.Table. findDescendant(String name)Find descendant of fact table with given name or return null.AggStar.TableAggStar. findTable(String name)Find a table by name (alias) that is a descendant of the base fact table.AggStar.TableAggStar.DimTable. getParent()AggStar.TableAggStar.FactTable. getParent()abstract AggStar.TableAggStar.Table. getParent()Get the parent table (returns null if this table is a FactTable).AggStar.TableAggStar.Table.Column. getTable()Get the enclosing AggStar.Table.AggStar.TableAggStar.Table.JoinCondition. getTable()Get the enclosing AggStar.Table.
-