Uses of Class
mondrian.rolap.aggmatcher.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
-
Uses of ExplicitRules.Group in mondrian.rolap.aggmatcher
Modifier and TypeFieldDescriptionprotected final ExplicitRules.Group
ExplicitRules.TableDef.aggGroup
Modifier and TypeMethodDescriptionExplicitRules.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.Modifier and TypeMethodDescriptionprotected List<ExplicitRules.Group>
AggTableManager.getAggGroups
(RolapStar star) Returns a list containing everyExplicitRules.Group
in every cubes in a givenRolapStar
.Modifier and TypeMethodDescriptionstatic 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.ModifierConstructorDescriptionPatternTableDef
(String pattern, boolean ignoreCase, ExplicitRules.Group group) protected
TableDef
(boolean ignoreCase, ExplicitRules.Group aggGroup)