Uses of Class
mondrian.rolap.aggmatcher.ExplicitRules.Group
-
Packages that use ExplicitRules.Group Package Description mondrian.rolap Implements the data access layer for the olap package.mondrian.rolap.aggmatcher Defines a 'matcher' which scans the schema to find candidate aggregate tables. -
-
Uses of ExplicitRules.Group in mondrian.rolap
Methods in mondrian.rolap that return ExplicitRules.Group Modifier and Type Method Description ExplicitRules.Group
RolapCube. getAggGroup()
-
Uses of ExplicitRules.Group in mondrian.rolap.aggmatcher
Fields in mondrian.rolap.aggmatcher declared as ExplicitRules.Group Modifier and Type Field Description protected ExplicitRules.Group
ExplicitRules.TableDef. aggGroup
Methods in mondrian.rolap.aggmatcher that return ExplicitRules.Group Modifier and Type Method Description ExplicitRules.Group
ExplicitRules.TableDef. getAggGroup()
Get the Group with which is a part.static ExplicitRules.Group
ExplicitRules.Group. make(RolapCube cube, MondrianDef.Cube xmlCube)
Make an ExplicitRules.Group for a given RolapCube given the MondrianDef.Cube associated with that cube.Methods in mondrian.rolap.aggmatcher that return types with arguments of type ExplicitRules.Group Modifier and Type Method Description protected List<ExplicitRules.Group>
AggTableManager. getAggGroups(RolapStar star)
Returns a list containing everyExplicitRules.Group
in every cubes in a givenRolapStar
.Method parameters in mondrian.rolap.aggmatcher with type arguments of type ExplicitRules.Group Modifier and Type Method Description static boolean
ExplicitRules. excludeTable(String tableName, List<ExplicitRules.Group> aggGroups)
Returns whether the given is tableName explicitly excluded from consideration as a candidate aggregate table.static ExplicitRules.TableDef
ExplicitRules. getIncludeByTableDef(String tableName, List<ExplicitRules.Group> aggGroups)
Returns theExplicitRules.TableDef
for a tableName that is a candidate aggregate table.Constructors in mondrian.rolap.aggmatcher with parameters of type ExplicitRules.Group Constructor Description PatternTableDef(String pattern, boolean ignoreCase, ExplicitRules.Group group)
TableDef(boolean ignoreCase, ExplicitRules.Group aggGroup)
-