Uses of Class
mondrian.rolap.aggmatcher.ExplicitRules.Group
Packages that use ExplicitRules.Group
Package
Description
Implements the data access layer for the olap package.
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 -
Uses of ExplicitRules.Group in mondrian.rolap.aggmatcher
Fields in mondrian.rolap.aggmatcher declared as ExplicitRules.GroupModifier and TypeFieldDescriptionprotected final ExplicitRules.GroupExplicitRules.TableDef.aggGroupMethods in mondrian.rolap.aggmatcher that return ExplicitRules.GroupModifier and TypeMethodDescriptionExplicitRules.TableDef.getAggGroup()Get the Group with which is a part.static ExplicitRules.GroupExplicitRules.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.GroupModifier and TypeMethodDescriptionprotected List<ExplicitRules.Group>AggTableManager.getAggGroups(RolapStar star) Returns a list containing everyExplicitRules.Groupin every cubes in a givenRolapStar.Method parameters in mondrian.rolap.aggmatcher with type arguments of type ExplicitRules.GroupModifier and TypeMethodDescriptionstatic booleanExplicitRules.excludeTable(String tableName, List<ExplicitRules.Group> aggGroups) Returns whether the given is tableName explicitly excluded from consideration as a candidate aggregate table.static ExplicitRules.TableDefExplicitRules.getIncludeByTableDef(String tableName, List<ExplicitRules.Group> aggGroups) Returns theExplicitRules.TableDeffor a tableName that is a candidate aggregate table.Constructors in mondrian.rolap.aggmatcher with parameters of type ExplicitRules.GroupModifierConstructorDescriptionPatternTableDef(String pattern, boolean ignoreCase, ExplicitRules.Group group) protectedTableDef(boolean ignoreCase, ExplicitRules.Group aggGroup)