Uses of Class
mondrian.rolap.aggmatcher.AggStar.Table
Packages that use AggStar.Table
Package
Description
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.aggmatcherModifier and TypeClassDescriptionclassThis class represents a dimension table.classThis is an aggregate fact table.Methods in mondrian.rolap.aggmatcher that return AggStar.TableModifier 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.TableAggStar.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.