Uses of Class
mondrian.rolap.aggmatcher.AggStar.Table.Level
-
Packages that use AggStar.Table.Level Package Description mondrian.rolap.aggmatcher Defines a 'matcher' which scans the schema to find candidate aggregate tables. -
-
Uses of AggStar.Table.Level in mondrian.rolap.aggmatcher
Fields in mondrian.rolap.aggmatcher with type parameters of type AggStar.Table.Level Modifier and Type Field Description protected List<AggStar.Table.Level>
AggStar.Table. levels
Methods in mondrian.rolap.aggmatcher that return AggStar.Table.Level Modifier and Type Method Description AggStar.Table.Level
AggStar. lookupLevel(int bitPos)
Get the Level at the given bit position or return null.Methods in mondrian.rolap.aggmatcher that return types with arguments of type AggStar.Table.Level Modifier and Type Method Description List<AggStar.Table.Level>
AggStar.Table. getLevels()
Returns all level columns.Methods in mondrian.rolap.aggmatcher with parameters of type AggStar.Table.Level Modifier and Type Method Description protected void
AggStar.Table. addLevel(AggStar.Table.Level level)
Add a Level column.
-